Html Css Color HEX #99290A Burnt Umber

📋 copy color: '#99290A'

red 153 ◦ green 41 ◦ blue 10

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

Shades of Burnt Umber #99290A

Tints of Burnt Umber #99290A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.9%

R = 75%
G = 20.1%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#99290A (or 0x99290A) is known color: Burnt Umber. HEX triplet: 99, 29 and 0A. RGB value is (153,41,10). Sum of RGB (Red+Green+Blue) = 153+41+10=204 (27% of max value = 765). Red value is 153 (60.16% from 255 or 75% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 153 - color contains mainly: red. Hex color #99290A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99290A is #66D6F5. Grayscale: #474747. Windows color (decimal): -6739702 or 666009. OLE color: 666009.

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

Color convert

RGB 153 41 10 -
CMYK 0 0.73 0.93 0.4
HSL 13.01º 0.88% 0.32% -
HSV(B) 13.01º 0.93% 0.6% -
XYZ 13.98 8.38 1.17 -
YUV 70.95 93.61 186.52 -
System Red Green Blue C M Y K H S L
Decimal 153 41 10 0 0.73 0.93 0.4 13.01 0.88 0.32
Hex 99 29 A 0 49 5D 28 D 58 20
Octal 231 51 12 0 111 135 50 15 130 40
Binary 10011001 101001 1010 0 1001001 1011101 101000 1101 1011000 100000

Color Harmonies of #99290A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99290A

Black with #99290A

Text Example


Text Example

White with #99290A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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