Html Css Color HEX #99290C Burnt Umber

📋 copy color: '#99290C'

red 153 ◦ green 41 ◦ blue 12

#99290C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Umber #99290C

Tints of Burnt Umber #99290C

RGB

 RED value IS 153 (60.16% from 255) = 74.27%

 GREEN value IS 41 (16.41% from 255) = 19.9%

 BLUE value IS 12 (5.08% from 255) = 5.83%

R = 74.27%
G = 19.9%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#99290C (or 0x99290C) is known color: Burnt Umber. HEX triplet: 99, 29 and 0C. RGB value is (153,41,12). Sum of RGB (Red+Green+Blue) = 153+41+12=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #99290C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99290C is #66D6F3. Grayscale: #474747. Windows color (decimal): -6739700 or 797081. OLE color: 797081.

HSL color Cylindrical-coordinate representation of color #99290C: hue angle of 12.34º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99290C is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 41 12 -
CMYK 0 0.73 0.92 0.4
HSL 12.34º 0.85% 0.32% -
HSV(B) 12.34º 0.92% 0.6% -
XYZ 14 8.38 1.23 -
YUV 71.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 153 41 12 0 0.73 0.92 0.4 12.34 0.85 0.32
Hex 99 29 C 0 49 5C 28 C 55 20
Octal 231 51 14 0 111 134 50 14 125 40
Binary 10011001 101001 1100 0 1001001 1011100 101000 1100 1010101 100000

Color Harmonies of #99290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99290C

Black with #99290C

Text Example


Text Example

White with #99290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99290C; }

 p { color: rgb(153,41,12); }

 H1.HeaderClassName
 {
   color: #99290C;
 }
 .AnyTagClassName
 {
   color: #99290C;
 }
</style>

background-color css

<style>
 a { background-color: #99290C; }

 a { background-color: rgb(153,41,12); }

 div.DivClassName
 {
   background-color: #99290C;
 }
 .BgClassName
 {
   background-color: #99290C;
 }
</style>

border-color css

<style>
 span { border-color: #99290C; }

 span { border-color: rgb(153,41,12); }

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