#902B1F

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

Shades of Burnt Umber #902B1F

Tints of Burnt Umber #902B1F

Color information

#902B1F (or 0x902B1F) is unknown color: approx Burnt Umber. HEX triplet: 90, 2B and 1F. RGB value is (144,43,31). Sum of RGB (Red+Green+Blue) = 144+43+31=218 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.06% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 144 - color contains mainly: red. Hex color #902B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902B1F is #6FD4E0. Grayscale: #474747. Windows color (decimal): -7328993 or 2042768. OLE color: 2042768.

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

Color convert

RGB1444331-
CMYK00.700.780.44
HSL6.37º64.57%34.31%-
HSV(B)6.37º78.47%56.47%-
XYZ12.617.762.13-
YUV71.83104.96179.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 66.06%
GREEN value IS 43 (17.19% from 255) = 19.72%
BLUE value IS 31 (12.5% from 255) = 14.22%
R=66.06%
G=19.72%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144433100.700.780.446.3764.5734.31
Hex902B1F0464E2C64122
Octal2205337010611654610142
Binary10010000101011111110100011010011101011001101000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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