#9D361A

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

Shades of Burnt Umber #9D361A

Tints of Burnt Umber #9D361A

Color information

#9D361A (or 0x9D361A) is unknown color: approx Burnt Umber. HEX triplet: 9D, 36 and 1A. RGB value is (157,54,26). Sum of RGB (Red+Green+Blue) = 157+54+26=237 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.24% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 157 - color contains mainly: red. Hex color #9D361A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D361A is #62C9E5. Grayscale: #515151. Windows color (decimal): -6474214 or 1717917. OLE color: 1717917.

HSL color Cylindrical-coordinate representation of color #9D361A: hue angle of 12.82º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D361A is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.38.

Color convert

RGB1575426-
CMYK00.660.830.38
HSL12.82º71.58%35.88%-
HSV(B)12.82º83.44%61.57%-
XYZ15.419.882.07-
YUV81.696.62181.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 66.24%
GREEN value IS 54 (21.48% from 255) = 22.78%
BLUE value IS 26 (10.55% from 255) = 10.97%
R=66.24%
G=22.78%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.83
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157542600.660.830.3812.8271.5835.88
Hex9D361A0425326d4824
Octal23566320102123461511044
Binary100111011101101101001000010101001110011011011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,54,26); }

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

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

 a { background-color: rgb(157,54,26); }

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

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

 span { border-color: rgb(157,54,26); }

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