#99351B

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

Shades of Burnt Umber #99351B

Tints of Burnt Umber #99351B

Color information

#99351B (or 0x99351B) is unknown color: approx Burnt Umber. HEX triplet: 99, 35 and 1B. RGB value is (153,53,27). Sum of RGB (Red+Green+Blue) = 153+53+27=233 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.67% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 153 - color contains mainly: red. Hex color #99351B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99351B is #66CAE4. Grayscale: #505050. Windows color (decimal): -6736613 or 1783193. OLE color: 1783193.

HSL color Cylindrical-coordinate representation of color #99351B: hue angle of 12.38º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99351B is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB1535327-
CMYK00.650.820.4
HSL12.38º70%35.29%-
HSV(B)12.38º82.35%60%-
XYZ14.619.42.08-
YUV79.9498.13180.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 65.67%
GREEN value IS 53 (21.09% from 255) = 22.75%
BLUE value IS 27 (10.94% from 255) = 11.59%
R=65.67%
G=22.75%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153532700.650.820.412.387035.29
Hex99351B0415228c4623
Octal23165330101122501410643
Binary100110011101011101101000001101001010100011001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99351B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99351B; }

 p { color: rgb(153,53,27); }

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

<style>
 a { background-color: #99351B; }

 a { background-color: rgb(153,53,27); }

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

<style>
 span { border-color: #99351B; }

 span { border-color: rgb(153,53,27); }

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