#952706

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

Shades of Burnt Umber #952706

Tints of Burnt Umber #952706

Color information

#952706 (or 0x952706) is unknown color: approx Burnt Umber. HEX triplet: 95, 27 and 06. RGB value is (149,39,6). Sum of RGB (Red+Green+Blue) = 149+39+6=194 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.80% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 149 - color contains mainly: red. Hex color #952706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952706 is #6AD8F9. Grayscale: #444444. Windows color (decimal): -7002362 or 403349. OLE color: 403349.

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

Color convert

RGB149396-
CMYK00.740.960.42
HSL13.85º92.26%30.39%-
HSV(B)13.85º95.97%58.43%-
XYZ13.157.850.99-
YUV68.1392.94185.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 76.80%
GREEN value IS 39 (15.62% from 255) = 20.10%
BLUE value IS 6 (2.73% from 255) = 3.09%
R=76.80%
G=20.10%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14939600.740.960.4213.8592.2630.39
Hex9527604A602Ae5c1e
Octal2254760112140521613436
Binary100101011001111100100101011000001010101110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952706; }

 p { color: rgb(149,39,6); }

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

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

 a { background-color: rgb(149,39,6); }

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

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

 span { border-color: rgb(149,39,6); }

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