Html Css Color HEX #964907 Saddle Brown

📋 copy color: '#964907'

red 150 ◦ green 73 ◦ blue 7

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

Shades of Saddle Brown #964907

Tints of Saddle Brown #964907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.04%

R = 65.22%
G = 31.74%
B = 3.04%

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

#964907 (or 0x964907) is known color: Saddle Brown. HEX triplet: 96, 49 and 07. RGB value is (150,73,7). Sum of RGB (Red+Green+Blue) = 150+73+7=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #964907 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964907 is #69B6F8. Grayscale: #585858. Windows color (decimal): -6928121 or 477590. OLE color: 477590.

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

Color convert

RGB 150 73 7 -
CMYK 0 0.51 0.95 0.41
HSL 27.69º 0.91% 0.31% -
HSV(B) 27.69º 0.95% 0.59% -
XYZ 15 11.26 1.58 -
YUV 88.5 82.01 171.87 -
System Red Green Blue C M Y K H S L
Decimal 150 73 7 0 0.51 0.95 0.41 27.69 0.91 0.31
Hex 96 49 7 0 33 5F 29 1C 5B 1F
Octal 226 111 7 0 63 137 51 34 133 37
Binary 10010110 1001001 111 0 110011 1011111 101001 11100 1011011 11111

Color Harmonies of #964907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964907

Black with #964907

Text Example


Text Example

White with #964907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964907; }

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

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

background-color css

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

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

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

border-color css

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

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

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