#952805

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

Shades of Burnt Umber #952805

Tints of Burnt Umber #952805

Color information

#952805 (or 0x952805) is unknown color: approx Burnt Umber. HEX triplet: 95, 28 and 05. RGB value is (149,40,5). Sum of RGB (Red+Green+Blue) = 149+40+5=194 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.80% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 149 - color contains mainly: red. Hex color #952805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952805 is #6AD7FA. Grayscale: #444444. Windows color (decimal): -7002107 or 338069. OLE color: 338069.

HSL color Cylindrical-coordinate representation of color #952805: hue angle of 14.58º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #952805 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB149405-
CMYK00.730.970.42
HSL14.58º93.51%30.2%-
HSV(B)14.58º96.64%58.43%-
XYZ13.187.920.98-
YUV68.692.11185.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 76.80%
GREEN value IS 40 (16.02% from 255) = 20.62%
BLUE value IS 5 (2.34% from 255) = 2.58%
R=76.80%
G=20.62%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14940500.730.970.4214.5893.5130.2
Hex95285049612Af5e1e
Octal2255050111141521713636
Binary100101011010001010100100111000011010101111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952805; }

 p { color: rgb(149,40,5); }

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

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

 a { background-color: rgb(149,40,5); }

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

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

 span { border-color: rgb(149,40,5); }

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