#952A05

Color #952A05 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #952A05

Tints of Saddle Brown #952A05

Color information

#952A05 (or 0x952A05) is unknown color: approx Saddle Brown. HEX triplet: 95, 2A and 05. RGB value is (149,42,5). Sum of RGB (Red+Green+Blue) = 149+42+5=196 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.02% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 149 - color contains mainly: red. Hex color #952A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952A05 is #6AD5FA. Grayscale: #464646. Windows color (decimal): -7001595 or 338581. OLE color: 338581.

HSL color Cylindrical-coordinate representation of color #952A05: hue angle of 15.42º 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 #952A05 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB149425-
CMYK00.720.970.42
HSL15.42º93.51%30.2%-
HSV(B)15.42º96.64%58.43%-
XYZ13.258.061-
YUV69.7791.45184.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 76.02%
GREEN value IS 42 (16.80% from 255) = 21.43%
BLUE value IS 5 (2.34% from 255) = 2.55%
R=76.02%
G=21.43%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14942500.720.970.4215.4293.5130.2
Hex952A5048612Af5e1e
Octal2255250110141521713636
Binary100101011010101010100100011000011010101111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952A05; }

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

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

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

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

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

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

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

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