#964B0A

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

Shades of Saddle Brown #964B0A

Tints of Saddle Brown #964B0A

Color information

#964B0A (or 0x964B0A) is unknown color: approx Saddle Brown. HEX triplet: 96, 4B and 0A. RGB value is (150,75,10). Sum of RGB (Red+Green+Blue) = 150+75+10=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #964B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964B0A is #69B4F5. Grayscale: #5A5A5A. Windows color (decimal): -6927606 or 674710. OLE color: 674710.

HSL color Cylindrical-coordinate representation of color #964B0A: hue angle of 27.86º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #964B0A is Cyan = 0, Magento = 0.5, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB1507510-
CMYK00.50.930.41
HSL27.86º87.5%31.37%-
HSV(B)27.86º93.33%58.82%-
XYZ15.1511.541.72-
YUV90.0282.85170.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.83%
GREEN value IS 75 (29.69% from 255) = 31.91%
BLUE value IS 10 (4.30% from 255) = 4.26%
R=63.83%
G=31.91%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150751000.50.930.4127.8687.531.37
Hex964BA0325D291c581f
Octal22611312062135513413037
Binary10010110100101110100110010101110110100111100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,75,10); }

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

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

 a { background-color: rgb(150,75,10); }

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

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

 span { border-color: rgb(150,75,10); }

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