#964A12

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

Shades of Saddle Brown #964A12

Tints of Saddle Brown #964A12

Color information

#964A12 (or 0x964A12) is unknown color: approx Saddle Brown. HEX triplet: 96, 4A and 12. RGB value is (150,74,18). Sum of RGB (Red+Green+Blue) = 150+74+18=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #964A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964A12 is #69B5ED. Grayscale: #5A5A5A. Windows color (decimal): -6927854 or 1198742. OLE color: 1198742.

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

Color convert

RGB1507418-
CMYK00.510.880.41
HSL25.45º78.57%32.94%-
HSV(B)25.45º88%58.82%-
XYZ15.1411.431.98-
YUV90.3487.18170.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.98%
GREEN value IS 74 (29.30% from 255) = 30.58%
BLUE value IS 18 (7.42% from 255) = 7.44%
R=61.98%
G=30.58%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150741800.510.880.4125.4578.5732.94
Hex964A120335829194f21
Octal22611222063130513111741
Binary1001011010010101001001100111011000101001110011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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