#952B05

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

Shades of Saddle Brown #952B05

Tints of Saddle Brown #952B05

Color information

#952B05 (or 0x952B05) is unknown color: approx Saddle Brown. HEX triplet: 95, 2B and 05. RGB value is (149,43,5). Sum of RGB (Red+Green+Blue) = 149+43+5=197 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.63% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 149 - color contains mainly: red. Hex color #952B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952B05 is #6AD4FA. Grayscale: #464646. Windows color (decimal): -7001339 or 338837. OLE color: 338837.

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

Color convert

RGB149435-
CMYK00.710.970.42
HSL15.83º93.51%30.2%-
HSV(B)15.83º96.64%58.43%-
XYZ13.298.131.01-
YUV70.3691.12184.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 75.63%
GREEN value IS 43 (17.19% from 255) = 21.83%
BLUE value IS 5 (2.34% from 255) = 2.54%
R=75.63%
G=21.83%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14943500.710.970.4215.8393.5130.2
Hex952B5047612A105e1e
Octal2255350107141522013636
Binary1001010110101110101000111110000110101010000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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