#953802

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

Shades of Saddle Brown #953802

Tints of Saddle Brown #953802

Color information

#953802 (or 0x953802) is unknown color: approx Saddle Brown. HEX triplet: 95, 38 and 02. RGB value is (149,56,2). Sum of RGB (Red+Green+Blue) = 149+56+2=207 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.98% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 149 - color contains mainly: red. Hex color #953802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953802 is #6AC7FD. Grayscale: #4D4D4D. Windows color (decimal): -6998014 or 145557. OLE color: 145557.

HSL color Cylindrical-coordinate representation of color #953802: hue angle of 22.04º 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 #953802 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB149562-
CMYK00.620.990.42
HSL22.04º97.35%29.61%-
HSV(B)22.04º98.66%58.43%-
XYZ13.829.221.11-
YUV77.6585.31178.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 71.98%
GREEN value IS 56 (22.27% from 255) = 27.05%
BLUE value IS 2 (1.17% from 255) = 0.97%
R=71.98%
G=27.05%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14956200.620.990.4222.0497.3529.61
Hex9538203E632A16611e
Octal225702076143522614136
Binary10010101111000100111110110001110101010110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953802; }

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

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

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

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

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

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

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

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