#964A0E

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

Shades of Saddle Brown #964A0E

Tints of Saddle Brown #964A0E

Color information

#964A0E (or 0x964A0E) is unknown color: approx Saddle Brown. HEX triplet: 96, 4A and 0E. RGB value is (150,74,14). Sum of RGB (Red+Green+Blue) = 150+74+14=238 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.03% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 150 - color contains mainly: red. Hex color #964A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964A0E is #69B5F1. Grayscale: #5A5A5A. Windows color (decimal): -6927858 or 936598. OLE color: 936598.

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

Color convert

RGB1507414-
CMYK00.510.910.41
HSL26.47º82.93%32.16%-
HSV(B)26.47º90.67%58.82%-
XYZ15.1111.411.82-
YUV89.8885.18170.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.03%
GREEN value IS 74 (29.30% from 255) = 31.09%
BLUE value IS 14 (5.86% from 255) = 5.88%
R=63.03%
G=31.09%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150741400.510.910.4126.4782.9332.16
Hex964AE0335B291a5320
Octal22611216063133513212340
Binary100101101001010111001100111011011101001110101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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