#953800

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

Shades of Saddle Brown #953800

Tints of Saddle Brown #953800

Color information

#953800 (or 0x953800) is unknown color: approx Saddle Brown. HEX triplet: 95, 38 and 00. RGB value is (149,56,0). Sum of RGB (Red+Green+Blue) = 149+56+0=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #953800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953800 is #6AC7FF. Grayscale: #4D4D4D. Windows color (decimal): -6998016 or 14485. OLE color: 14485.

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

Color convert

RGB149560-
CMYK00.6210.42
HSL22.55º100%29.22%-
HSV(B)22.55º100%58.43%-
XYZ13.819.221.05-
YUV77.4284.31179.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 72.68%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.68%
G=27.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14956000.6210.4222.5510029.22
Hex9538003E642A17641d
Octal225700076144522714435
Binary1001010111100000111110110010010101010111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953800; }

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

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

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

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

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

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

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

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