#953F00

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

Shades of Saddle Brown #953F00

Tints of Saddle Brown #953F00

Color information

#953F00 (or 0x953F00) is unknown color: approx Saddle Brown. HEX triplet: 95, 3F and 00. RGB value is (149,63,0). Sum of RGB (Red+Green+Blue) = 149+63+0=212 (28% of max value = 765). Red value is 149 (58.59% from 255 or 70.28% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 149 - color contains mainly: red. Hex color #953F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953F00 is #6AC0FF. Grayscale: #515151. Windows color (decimal): -6996224 or 16277. OLE color: 16277.

HSL color Cylindrical-coordinate representation of color #953F00: hue angle of 25.37º 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 #953F00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB149630-
CMYK00.5810.42
HSL25.37º100%29.22%-
HSV(B)25.37º100%58.43%-
XYZ14.179.941.17-
YUV81.5381.99176.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 70.28%
GREEN value IS 63 (25% from 255) = 29.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.28%
G=29.72%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14963000.5810.4225.3710029.22
Hex953F003A642A19641d
Octal225770072144523114435
Binary1001010111111100111010110010010101011001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953F00; }

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

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

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

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

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

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

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

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