#953000

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

Shades of Saddle Brown #953000

Tints of Saddle Brown #953000

Color information

#953000 (or 0x953000) is unknown color: approx Saddle Brown. HEX triplet: 95, 30 and 00. RGB value is (149,48,0). Sum of RGB (Red+Green+Blue) = 149+48+0=197 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.63% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 149 - color contains mainly: red. Hex color #953000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953000 is #6ACFFF. Grayscale: #494949. Windows color (decimal): -7000064 or 12437. OLE color: 12437.

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

Color convert

RGB149480-
CMYK00.6810.42
HSL19.33º100%29.22%-
HSV(B)19.33º100%58.43%-
XYZ13.458.50.93-
YUV72.7386.96182.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 75.63%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.63%
G=24.37%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14948000.6810.4219.3310029.22
Hex95300044642A13641d
Octal2256000104144522314435
Binary10010101110000001000100110010010101010011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953000; }

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

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

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

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

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

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

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

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