#9F3416

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

Shades of Burnt Umber #9F3416

Tints of Burnt Umber #9F3416

Color information

#9F3416 (or 0x9F3416) is unknown color: approx Burnt Umber. HEX triplet: 9F, 34 and 16. RGB value is (159,52,22). Sum of RGB (Red+Green+Blue) = 159+52+22=233 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.24% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3416 is #60CBE9. Grayscale: #505050. Windows color (decimal): -6343658 or 1455263. OLE color: 1455263.

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

Color convert

RGB1595222-
CMYK00.670.860.38
HSL13.14º75.69%35.49%-
HSV(B)13.14º86.16%62.35%-
XYZ15.679.881.84-
YUV80.5794.95183.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 68.24%
GREEN value IS 52 (20.70% from 255) = 22.32%
BLUE value IS 22 (8.98% from 255) = 9.44%
R=68.24%
G=22.32%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159522200.670.860.3813.1475.6935.49
Hex9F34160435626d4c23
Octal23764260103126461511443
Binary100111111101001011001000011101011010011011011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,52,22); }

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

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

 a { background-color: rgb(159,52,22); }

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

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

 span { border-color: rgb(159,52,22); }

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