#964E1B

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

Shades of Saddle Brown #964E1B

Tints of Saddle Brown #964E1B

Color information

#964E1B (or 0x964E1B) is unknown color: approx Saddle Brown. HEX triplet: 96, 4E and 1B. RGB value is (150,78,27). Sum of RGB (Red+Green+Blue) = 150+78+27=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #964E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964E1B is #69B1E4. Grayscale: #5D5D5D. Windows color (decimal): -6926821 or 1789590. OLE color: 1789590.

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

Color convert

RGB1507827-
CMYK00.480.820.41
HSL24.88º69.49%34.71%-
HSV(B)24.88º82%58.82%-
XYZ15.512.012.54-
YUV93.7190.35168.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.82%
GREEN value IS 78 (30.86% from 255) = 30.59%
BLUE value IS 27 (10.94% from 255) = 10.59%
R=58.82%
G=30.59%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150782700.480.820.4124.8869.4934.71
Hex964E1B0305229194523
Octal22611633060122513110543
Binary1001011010011101101101100001010010101001110011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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