#912F25

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

Shades of Burnt Umber #912F25

Tints of Burnt Umber #912F25

Color information

#912F25 (or 0x912F25) is unknown color: approx Burnt Umber. HEX triplet: 91, 2F and 25. RGB value is (145,47,37). Sum of RGB (Red+Green+Blue) = 145+47+37=229 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.32% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 145 - color contains mainly: red. Hex color #912F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912F25 is #6ED0DA. Grayscale: #4B4B4B. Windows color (decimal): -7262427 or 2437009. OLE color: 2437009.

HSL color Cylindrical-coordinate representation of color #912F25: hue angle of 5.56º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #912F25 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB1454737-
CMYK00.680.740.43
HSL5.56º59.34%35.69%-
HSV(B)5.56º74.48%56.86%-
XYZ13.038.192.64-
YUV75.16106.47177.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 63.32%
GREEN value IS 47 (18.75% from 255) = 20.52%
BLUE value IS 37 (14.84% from 255) = 16.16%
R=63.32%
G=20.52%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145473700.680.740.435.5659.3435.69
Hex912F250444A2B63b24
Octal221574501041125367344
Binary10010001101111100101010001001001010101011110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912F25; }

 p { color: rgb(145,47,37); }

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

<style>
 a { background-color: #912F25; }

 a { background-color: rgb(145,47,37); }

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

<style>
 span { border-color: #912F25; }

 span { border-color: rgb(145,47,37); }

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