#964500

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

Shades of Saddle Brown #964500

Tints of Saddle Brown #964500

Color information

#964500 (or 0x964500) is unknown color: approx Saddle Brown. HEX triplet: 96, 45 and 00. RGB value is (150,69,0). Sum of RGB (Red+Green+Blue) = 150+69+0=219 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.49% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 150 - color contains mainly: red. Hex color #964500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964500 is #69BAFF. Grayscale: #555555. Windows color (decimal): -6929152 or 17814. OLE color: 17814.

HSL color Cylindrical-coordinate representation of color #964500: hue angle of 27.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #964500 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB150690-
CMYK00.5410.41
HSL27.6º100%29.41%-
HSV(B)27.6º100%58.82%-
XYZ14.7110.741.3-
YUV85.3579.84174.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.49%
GREEN value IS 69 (27.34% from 255) = 31.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.49%
G=31.51%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15069000.5410.4127.610029.41
Hex9645003664291c641d
Octal2261050066144513414435
Binary10010110100010100110110110010010100111100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964500; }

 p { color: rgb(150,69,0); }

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

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

 a { background-color: rgb(150,69,0); }

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

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

 span { border-color: rgb(150,69,0); }

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