Html Css Color HEX #902A0D Burnt Umber

📋 copy color: '#902A0D'

red 144 ◦ green 42 ◦ blue 13

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

Shades of Burnt Umber #902A0D

Tints of Burnt Umber #902A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.53%

R = 72.36%
G = 21.11%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#902A0D (or 0x902A0D) is known color: Burnt Umber. HEX triplet: 90, 2A and 0D. RGB value is (144,42,13). Sum of RGB (Red+Green+Blue) = 144+42+13=199 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.36% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 144 - color contains mainly: red. Hex color #902A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902A0D is #6FD5F2. Grayscale: #454545. Windows color (decimal): -7329267 or 862864. OLE color: 862864.

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

Color convert

RGB 144 42 13 -
CMYK 0 0.71 0.91 0.44
HSL 13.28º 0.83% 0.31% -
HSV(B) 13.28º 0.91% 0.56% -
XYZ 12.4 7.61 1.2 -
YUV 69.19 96.29 181.36 -
System Red Green Blue C M Y K H S L
Decimal 144 42 13 0 0.71 0.91 0.44 13.28 0.83 0.31
Hex 90 2A D 0 47 5B 2C D 53 1F
Octal 220 52 15 0 107 133 54 15 123 37
Binary 10010000 101010 1101 0 1000111 1011011 101100 1101 1010011 11111

Color Harmonies of #902A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902A0D

Black with #902A0D

Text Example


Text Example

White with #902A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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