#902B1A

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

Shades of Burnt Umber #902B1A

Tints of Burnt Umber #902B1A

Color information

#902B1A (or 0x902B1A) is unknown color: approx Burnt Umber. HEX triplet: 90, 2B and 1A. RGB value is (144,43,26). Sum of RGB (Red+Green+Blue) = 144+43+26=213 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.61% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 144 - color contains mainly: red. Hex color #902B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902B1A is #6FD4E5. Grayscale: #474747. Windows color (decimal): -7328998 or 1715088. OLE color: 1715088.

HSL color Cylindrical-coordinate representation of color #902B1A: hue angle of 8.64º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #902B1A is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB1444326-
CMYK00.700.820.44
HSL8.64º69.41%33.33%-
HSV(B)8.64º81.94%56.47%-
XYZ12.557.731.81-
YUV71.26102.46179.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 67.61%
GREEN value IS 43 (17.19% from 255) = 20.19%
BLUE value IS 26 (10.55% from 255) = 12.21%
R=67.61%
G=20.19%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144432600.700.820.448.6469.4133.33
Hex902B1A046522C94521
Octal22053320106122541110541
Binary100100001010111101001000110101001010110010011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,43,26); }

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

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

 a { background-color: rgb(144,43,26); }

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

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

 span { border-color: rgb(144,43,26); }

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