Html Css Color HEX #964000 Saddle Brown

📋 copy color: '#964000'

red 150 ◦ green 64 ◦ blue 0

#964000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #964000

Tints of Saddle Brown #964000

RGB

 RED value IS 150 (58.98% from 255) = 70.09%

 GREEN value IS 64 (25.39% from 255) = 29.91%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.09%
G = 29.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#964000 (or 0x964000) is known color: Saddle Brown. HEX triplet: 96, 40 and 00. RGB value is (150,64,0). Sum of RGB (Red+Green+Blue) = 150+64+0=214 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.09% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 150 - color contains mainly: red. Hex color #964000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964000 is #69BFFF. Grayscale: #525252. Windows color (decimal): -6930432 or 16534. OLE color: 16534.

HSL color Cylindrical-coordinate representation of color #964000: hue angle of 25.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 #964000 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 64 0 -
CMYK 0 0.57 1 0.41
HSL 25.6º 1% 0.29% -
HSV(B) 25.6º 1% 0.59% -
XYZ 14.41 10.15 1.2 -
YUV 82.42 81.49 176.2 -
System Red Green Blue C M Y K H S L
Decimal 150 64 0 0 0.57 1 0.41 25.6 1 0.29
Hex 96 40 0 0 39 64 29 1A 64 1D
Octal 226 100 0 0 71 144 51 32 144 35
Binary 10010110 1000000 0 0 111001 1100100 101001 11010 1100100 11101

Color Harmonies of #964000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964000

Black with #964000

Text Example


Text Example

White with #964000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964000; }

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

 H1.HeaderClassName
 {
   color: #964000;
 }
 .AnyTagClassName
 {
   color: #964000;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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