#964E0E

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

Shades of Saddle Brown #964E0E

Tints of Saddle Brown #964E0E

Color information

#964E0E (or 0x964E0E) is unknown color: approx Saddle Brown. HEX triplet: 96, 4E and 0E. RGB value is (150,78,14). Sum of RGB (Red+Green+Blue) = 150+78+14=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #964E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #964E0E is #69B1F1. Grayscale: #5C5C5C. Windows color (decimal): -6926834 or 937622. OLE color: 937622.

HSL color Cylindrical-coordinate representation of color #964E0E: hue angle of 28.24º 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 #964E0E is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1507814-
CMYK00.480.910.41
HSL28.24º82.93%32.16%-
HSV(B)28.24º90.67%58.82%-
XYZ15.3811.961.91-
YUV92.2383.85169.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.98%
GREEN value IS 78 (30.86% from 255) = 32.23%
BLUE value IS 14 (5.86% from 255) = 5.79%
R=61.98%
G=32.23%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150781400.480.910.4128.2482.9332.16
Hex964EE0305B291c5320
Octal22611616060133513412340
Binary100101101001110111001100001011011101001111001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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