Html Css Color HEX #902A0B Burnt Umber

📋 copy color: '#902A0B'

red 144 ◦ green 42 ◦ blue 11

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

Shades of Burnt Umber #902A0B

Tints of Burnt Umber #902A0B

RGB

 RED value IS 144 (56.64% from 255) = 73.1%

 GREEN value IS 42 (16.8% from 255) = 21.32%

 BLUE value IS 11 (4.69% from 255) = 5.58%

R = 73.1%
G = 21.32%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#902A0B (or 0x902A0B) is known color: Burnt Umber. HEX triplet: 90, 2A and 0B. RGB value is (144,42,11). Sum of RGB (Red+Green+Blue) = 144+42+11=197 (26% of max value = 765). Red value is 144 (56.64% from 255 or 73.10% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 144 - color contains mainly: red. Hex color #902A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902A0B is #6FD5F4. Grayscale: #454545. Windows color (decimal): -7329269 or 731792. OLE color: 731792.

HSL color Cylindrical-coordinate representation of color #902A0B: hue angle of 13.98º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #902A0B is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 42 11 -
CMYK 0 0.71 0.92 0.44
HSL 13.98º 0.86% 0.3% -
HSV(B) 13.98º 0.92% 0.56% -
XYZ 12.39 7.61 1.13 -
YUV 68.96 95.29 181.52 -
System Red Green Blue C M Y K H S L
Decimal 144 42 11 0 0.71 0.92 0.44 13.98 0.86 0.3
Hex 90 2A B 0 47 5C 2C E 56 1E
Octal 220 52 13 0 107 134 54 16 126 36
Binary 10010000 101010 1011 0 1000111 1011100 101100 1110 1010110 11110

Color Harmonies of #902A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902A0B

Black with #902A0B

Text Example


Text Example

White with #902A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902A0B; }

 p { color: rgb(144,42,11); }

 H1.HeaderClassName
 {
   color: #902A0B;
 }
 .AnyTagClassName
 {
   color: #902A0B;
 }
</style>

background-color css

<style>
 a { background-color: #902A0B; }

 a { background-color: rgb(144,42,11); }

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

border-color css

<style>
 span { border-color: #902A0B; }

 span { border-color: rgb(144,42,11); }

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