#953F02

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

Shades of Saddle Brown #953F02

Tints of Saddle Brown #953F02

Color information

#953F02 (or 0x953F02) is unknown color: approx Saddle Brown. HEX triplet: 95, 3F and 02. RGB value is (149,63,2). Sum of RGB (Red+Green+Blue) = 149+63+2=214 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.63% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 149 - color contains mainly: red. Hex color #953F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953F02 is #6AC0FD. Grayscale: #525252. Windows color (decimal): -6996222 or 147349. OLE color: 147349.

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

Color convert

RGB149632-
CMYK00.580.990.42
HSL24.9º97.35%29.61%-
HSV(B)24.9º98.66%58.43%-
XYZ14.189.951.23-
YUV81.7682.99175.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 69.63%
GREEN value IS 63 (25% from 255) = 29.44%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=69.63%
G=29.44%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14963200.580.990.4224.997.3529.61
Hex953F203A632A19611e
Octal225772072143523114136
Binary10010101111111100111010110001110101011001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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