#912707

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

Shades of Burnt Umber #912707

Tints of Burnt Umber #912707

Color information

#912707 (or 0x912707) is unknown color: approx Burnt Umber. HEX triplet: 91, 27 and 07. RGB value is (145,39,7). Sum of RGB (Red+Green+Blue) = 145+39+7=191 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.92% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 7 (3.12% from 255 or 3.66% from 191); Max value from RGB is 145 - color contains mainly: red. Hex color #912707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912707 is #6ED8F8. Grayscale: #434343. Windows color (decimal): -7264505 or 468881. OLE color: 468881.

HSL color Cylindrical-coordinate representation of color #912707: hue angle of 13.91º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #912707 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB145397-
CMYK00.730.950.43
HSL13.91º90.79%29.8%-
HSV(B)13.91º95.17%56.86%-
XYZ12.447.490.99-
YUV67.0594.12183.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 75.92%
GREEN value IS 39 (15.62% from 255) = 20.42%
BLUE value IS 7 (3.12% from 255) = 3.66%
R=75.92%
G=20.42%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14539700.730.950.4313.9190.7929.8
Hex912770495F2Be5b1e
Octal2214770111137531613336
Binary100100011001111110100100110111111010111110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912707; }

 p { color: rgb(145,39,7); }

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

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

 a { background-color: rgb(145,39,7); }

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

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

 span { border-color: rgb(145,39,7); }

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