#9D2F17

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

Shades of Burnt Umber #9D2F17

Tints of Burnt Umber #9D2F17

Color information

#9D2F17 (or 0x9D2F17) is unknown color: approx Burnt Umber. HEX triplet: 9D, 2F and 17. RGB value is (157,47,23). Sum of RGB (Red+Green+Blue) = 157+47+23=227 (30% of max value = 765). Red value is 157 (61.72% from 255 or 69.16% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 23 (9.38% from 255 or 10.13% from 227); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2F17 is #62D0E8. Grayscale: #4D4D4D. Windows color (decimal): -6476009 or 1519517. OLE color: 1519517.

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

Color convert

RGB1574723-
CMYK00.700.850.38
HSL10.75º74.44%35.29%-
HSV(B)10.75º85.35%61.57%-
XYZ15.089.261.8-
YUV77.1597.44184.95-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 69.16%
GREEN value IS 47 (18.75% from 255) = 20.70%
BLUE value IS 23 (9.38% from 255) = 10.13%
R=69.16%
G=20.70%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157472300.700.850.3810.7574.4435.29
Hex9D2F170465526b4a23
Octal23557270106125461311243
Binary100111011011111011101000110101010110011010111001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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