#964C0F

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

Shades of Saddle Brown #964C0F

Tints of Saddle Brown #964C0F

Color information

#964C0F (or 0x964C0F) is unknown color: approx Saddle Brown. HEX triplet: 96, 4C and 0F. RGB value is (150,76,15). Sum of RGB (Red+Green+Blue) = 150+76+15=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #964C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964C0F is #69B3F0. Grayscale: #5B5B5B. Windows color (decimal): -6927345 or 1002646. OLE color: 1002646.

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

Color convert

RGB1507615-
CMYK00.490.90.41
HSL27.11º81.82%32.35%-
HSV(B)27.11º90%58.82%-
XYZ15.2511.691.9-
YUV91.1785.02169.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.24%
GREEN value IS 76 (30.08% from 255) = 31.54%
BLUE value IS 15 (6.25% from 255) = 6.22%
R=62.24%
G=31.54%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150761500.490.90.4127.1181.8232.35
Hex964CF0315A291b5220
Octal22611417061132513312240
Binary100101101001100111101100011011010101001110111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,76,15); }

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

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

 a { background-color: rgb(150,76,15); }

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

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

 span { border-color: rgb(150,76,15); }

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