#9B341F

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

Shades of Burnt Umber #9B341F

Tints of Burnt Umber #9B341F

Color information

#9B341F (or 0x9B341F) is unknown color: approx Burnt Umber. HEX triplet: 9B, 34 and 1F. RGB value is (155,52,31). Sum of RGB (Red+Green+Blue) = 155+52+31=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B341F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B341F is #64CBE0. Grayscale: #505050. Windows color (decimal): -6605793 or 2045083. OLE color: 2045083.

HSL color Cylindrical-coordinate representation of color #9B341F: hue angle of 10.16º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B341F is Cyan = 0, Magento = 0.66, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB1555231-
CMYK00.660.80.39
HSL10.16º66.67%36.47%-
HSV(B)10.16º80%60.78%-
XYZ14.999.522.34-
YUV80.4100.12181.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 65.13%
GREEN value IS 52 (20.70% from 255) = 21.85%
BLUE value IS 31 (12.5% from 255) = 13.03%
R=65.13%
G=21.85%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.8
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155523100.660.80.3910.1666.6736.47
Hex9B341F0425027a4324
Octal23364370102120471210344
Binary100110111101001111101000010101000010011110101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,52,31); }

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

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

 a { background-color: rgb(155,52,31); }

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

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

 span { border-color: rgb(155,52,31); }

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