#953401

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

Shades of Saddle Brown #953401

Tints of Saddle Brown #953401

Color information

#953401 (or 0x953401) is unknown color: approx Saddle Brown. HEX triplet: 95, 34 and 01. RGB value is (149,52,1). Sum of RGB (Red+Green+Blue) = 149+52+1=202 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.76% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 149 - color contains mainly: red. Hex color #953401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953401 is #6ACBFE. Grayscale: #4B4B4B. Windows color (decimal): -6999039 or 78997. OLE color: 78997.

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

Color convert

RGB149521-
CMYK00.650.990.42
HSL20.68º98.67%29.41%-
HSV(B)20.68º99.33%58.43%-
XYZ13.638.851.02-
YUV75.1986.14180.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 73.76%
GREEN value IS 52 (20.70% from 255) = 25.74%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=73.76%
G=25.74%
B=0.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14952100.650.990.4220.6898.6729.41
Hex95341041632A15631d
Octal2256410101143522514335
Binary10010101110100101000001110001110101010101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953401; }

 p { color: rgb(149,52,1); }

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

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

 a { background-color: rgb(149,52,1); }

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

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

 span { border-color: rgb(149,52,1); }

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