#99361A

Color #99361A Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #99361A

Tints of Burnt Umber #99361A

Color information

#99361A (or 0x99361A) is unknown color: approx Burnt Umber. HEX triplet: 99, 36 and 1A. RGB value is (153,54,26). Sum of RGB (Red+Green+Blue) = 153+54+26=233 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.67% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 153 - color contains mainly: red. Hex color #99361A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99361A is #66C9E5. Grayscale: #505050. Windows color (decimal): -6736358 or 1717913. OLE color: 1717913.

HSL color Cylindrical-coordinate representation of color #99361A: hue angle of 13.23º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #99361A is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.4.

Color convert

RGB1535426-
CMYK00.650.830.4
HSL13.23º70.95%35.1%-
HSV(B)13.23º83.01%60%-
XYZ14.649.492.04-
YUV80.4197.3179.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 65.67%
GREEN value IS 54 (21.48% from 255) = 23.18%
BLUE value IS 26 (10.55% from 255) = 11.16%
R=65.67%
G=23.18%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.83
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153542600.650.830.413.2370.9535.1
Hex99361A0415328d4723
Octal23166320101123501510743
Binary100110011101101101001000001101001110100011011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99361A; }

 p { color: rgb(153,54,26); }

 H1.HeaderClassName
 {
   color: #99361A;
 }
 .AnyTagClassName
 {
   color: #99361A;
 }
</style>
background-color css

<style>
 a { background-color: #99361A; }

 a { background-color: rgb(153,54,26); }

 div.DivClassName
 {
   background-color: #99361A;
 }
 .BgClassName
 {
   background-color: #99361A;
 }
</style>
border-color css

<style>
 span { border-color: #99361A; }

 span { border-color: rgb(153,54,26); }

 td.TdClassName
 {
   border-color: #99361A;
 }
 .TagClassName
 {
   border-color: #99361A;
 }
</style>