#964A00

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

Shades of Saddle Brown #964A00

Tints of Saddle Brown #964A00

Color information

#964A00 (or 0x964A00) is unknown color: approx Saddle Brown. HEX triplet: 96, 4A and 00. RGB value is (150,74,0). Sum of RGB (Red+Green+Blue) = 150+74+0=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #964A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964A00 is #69B5FF. Grayscale: #585858. Windows color (decimal): -6927872 or 19094. OLE color: 19094.

HSL color Cylindrical-coordinate representation of color #964A00: hue angle of 29.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #964A00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB150740-
CMYK00.5110.41
HSL29.6º100%29.41%-
HSV(B)29.6º100%58.82%-
XYZ15.0311.381.4-
YUV88.2978.18172.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.96%
GREEN value IS 74 (29.30% from 255) = 33.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.96%
G=33.04%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15074000.5110.4129.610029.41
Hex964A003364291e641d
Octal2261120063144513614435
Binary10010110100101000110011110010010100111110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964A00; }

 p { color: rgb(150,74,0); }

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

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

 a { background-color: rgb(150,74,0); }

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

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

 span { border-color: rgb(150,74,0); }

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