#952600

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

Shades of Saddle Brown #952600

Tints of Saddle Brown #952600

Color information

#952600 (or 0x952600) is unknown color: approx Saddle Brown. HEX triplet: 95, 26 and 00. RGB value is (149,38,0). Sum of RGB (Red+Green+Blue) = 149+38+0=187 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.68% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 149 - color contains mainly: red. Hex color #952600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952600 is #6AD9FF. Grayscale: #434343. Windows color (decimal): -7002624 or 9877. OLE color: 9877.

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

Color convert

RGB149380-
CMYK00.7410.42
HSL15.3º100%29.22%-
HSV(B)15.3º100%58.43%-
XYZ13.097.780.81-
YUV66.8690.27186.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 79.68%
GREEN value IS 38 (15.23% from 255) = 20.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.68%
G=20.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14938000.7410.4215.310029.22
Hex9526004A642Af641d
Octal2254600112144521714435
Binary1001010110011000100101011001001010101111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952600; }

 p { color: rgb(149,38,0); }

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

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

 a { background-color: rgb(149,38,0); }

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

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

 span { border-color: rgb(149,38,0); }

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