#9D351F

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

Shades of Burnt Umber #9D351F

Tints of Burnt Umber #9D351F

Color information

#9D351F (or 0x9D351F) is unknown color: approx Burnt Umber. HEX triplet: 9D, 35 and 1F. RGB value is (157,53,31). Sum of RGB (Red+Green+Blue) = 157+53+31=241 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.15% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 157 - color contains mainly: red. Hex color #9D351F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D351F is #62CAE0. Grayscale: #515151. Windows color (decimal): -6474465 or 2045341. OLE color: 2045341.

HSL color Cylindrical-coordinate representation of color #9D351F: hue angle of 10.48º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D351F is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB1575331-
CMYK00.660.800.38
HSL10.48º67.02%36.86%-
HSV(B)10.48º80.25%61.57%-
XYZ15.439.812.38-
YUV81.5999.46181.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 65.15%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 31 (12.5% from 255) = 12.86%
R=65.15%
G=21.99%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157533100.660.800.3810.4867.0236.86
Hex9D351F0425026a4325
Octal23565370102120461210345
Binary100111011101011111101000010101000010011010101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D351F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,53,31); }

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

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

 a { background-color: rgb(157,53,31); }

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

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

 span { border-color: rgb(157,53,31); }

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