Html Css Color HEX #964908 Saddle Brown

📋 copy color: '#964908'

red 150 ◦ green 73 ◦ blue 8

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

Shades of Saddle Brown #964908

Tints of Saddle Brown #964908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.6%

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

R = 64.94%
G = 31.6%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#964908 (or 0x964908) is known color: Saddle Brown. HEX triplet: 96, 49 and 08. RGB value is (150,73,8). Sum of RGB (Red+Green+Blue) = 150+73+8=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #964908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964908 is #69B6F7. Grayscale: #585858. Windows color (decimal): -6928120 or 543126. OLE color: 543126.

HSL color Cylindrical-coordinate representation of color #964908: hue angle of 27.46º 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 #964908 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 73 8 -
CMYK 0 0.51 0.95 0.41
HSL 27.46º 0.9% 0.31% -
HSV(B) 27.46º 0.95% 0.59% -
XYZ 15 11.27 1.61 -
YUV 88.61 82.51 171.79 -
System Red Green Blue C M Y K H S L
Decimal 150 73 8 0 0.51 0.95 0.41 27.46 0.9 0.31
Hex 96 49 8 0 33 5F 29 1B 5A 1F
Octal 226 111 10 0 63 137 51 33 132 37
Binary 10010110 1001001 1000 0 110011 1011111 101001 11011 1011010 11111

Color Harmonies of #964908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964908

Black with #964908

Text Example


Text Example

White with #964908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964908; }

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

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

background-color css

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

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

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

border-color css

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

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

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