#9A2F17

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

Shades of Burnt Umber #9A2F17

Tints of Burnt Umber #9A2F17

Color information

#9A2F17 (or 0x9A2F17) is unknown color: approx Burnt Umber. HEX triplet: 9A, 2F and 17. RGB value is (154,47,23). Sum of RGB (Red+Green+Blue) = 154+47+23=224 (29% of max value = 765). Red value is 154 (60.55% from 255 or 68.75% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2F17 is #65D0E8. Grayscale: #4C4C4C. Windows color (decimal): -6672617 or 1519514. OLE color: 1519514.

HSL color Cylindrical-coordinate representation of color #9A2F17: hue angle of 10.99º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A2F17 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.40.

Color convert

RGB1544723-
CMYK00.690.850.40
HSL10.99º74.01%34.71%-
HSV(B)10.99º85.06%60.39%-
XYZ14.58.961.78-
YUV76.2697.95183.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 68.75%
GREEN value IS 47 (18.75% from 255) = 20.98%
BLUE value IS 23 (9.38% from 255) = 10.27%
R=68.75%
G=20.98%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.85
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154472300.690.850.4010.9974.0134.71
Hex9A2F170455528b4a23
Octal23257270105125501311243
Binary100110101011111011101000101101010110100010111001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A2F17; }

 p { color: rgb(154,47,23); }

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

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

 a { background-color: rgb(154,47,23); }

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

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

 span { border-color: rgb(154,47,23); }

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