Html Css Color HEX #964008 Saddle Brown

📋 copy color: '#964008'

red 150 ◦ green 64 ◦ blue 8

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

Shades of Saddle Brown #964008

Tints of Saddle Brown #964008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.6%

R = 67.57%
G = 28.83%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#964008 (or 0x964008) is known color: Saddle Brown. HEX triplet: 96, 40 and 08. RGB value is (150,64,8). Sum of RGB (Red+Green+Blue) = 150+64+8=222 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.57% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 150 - color contains mainly: red. Hex color #964008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964008 is #69BFF7. Grayscale: #535353. Windows color (decimal): -6930424 or 540822. OLE color: 540822.

HSL color Cylindrical-coordinate representation of color #964008: hue angle of 23.66º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #964008 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 64 8 -
CMYK 0 0.57 0.95 0.41
HSL 23.66º 0.9% 0.31% -
HSV(B) 23.66º 0.95% 0.59% -
XYZ 14.45 10.17 1.43 -
YUV 83.33 85.49 175.55 -
System Red Green Blue C M Y K H S L
Decimal 150 64 8 0 0.57 0.95 0.41 23.66 0.9 0.31
Hex 96 40 8 0 39 5F 29 18 5A 1F
Octal 226 100 10 0 71 137 51 30 132 37
Binary 10010110 1000000 1000 0 111001 1011111 101001 11000 1011010 11111

Color Harmonies of #964008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964008

Black with #964008

Text Example


Text Example

White with #964008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964008; }

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

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

background-color css

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

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

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

border-color css

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

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

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