#992705

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

Shades of Burnt Umber #992705

Tints of Burnt Umber #992705

Color information

#992705 (or 0x992705) is unknown color: approx Burnt Umber. HEX triplet: 99, 27 and 05. RGB value is (153,39,5). Sum of RGB (Red+Green+Blue) = 153+39+5=197 (26% of max value = 765). Red value is 153 (60.16% from 255 or 77.66% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 153 - color contains mainly: red. Hex color #992705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992705 is #66D8FA. Grayscale: #454545. Windows color (decimal): -6740219 or 337817. OLE color: 337817.

HSL color Cylindrical-coordinate representation of color #992705: hue angle of 13.78º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #992705 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB153395-
CMYK00.750.970.4
HSL13.78º93.67%30.98%-
HSV(B)13.78º96.73%60%-
XYZ13.898.231-
YUV69.2191.77187.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 77.66%
GREEN value IS 39 (15.62% from 255) = 19.80%
BLUE value IS 5 (2.34% from 255) = 2.54%
R=77.66%
G=19.80%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.97
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15339500.750.970.413.7893.6730.98
Hex9927504B6128e5e1f
Octal2314750113141501613637
Binary100110011001111010100101111000011010001110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992705; }

 p { color: rgb(153,39,5); }

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

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

 a { background-color: rgb(153,39,5); }

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

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

 span { border-color: rgb(153,39,5); }

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