Html Css Color HEX #964707 Saddle Brown

📋 copy color: '#964707'

red 150 ◦ green 71 ◦ blue 7

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

Shades of Saddle Brown #964707

Tints of Saddle Brown #964707

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.14%

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

R = 65.79%
G = 31.14%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#964707 (or 0x964707) is known color: Saddle Brown. HEX triplet: 96, 47 and 07. RGB value is (150,71,7). Sum of RGB (Red+Green+Blue) = 150+71+7=228 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.79% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 150 - color contains mainly: red. Hex color #964707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964707 is #69B8F8. Grayscale: #575757. Windows color (decimal): -6928633 or 477078. OLE color: 477078.

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

Color convert

RGB 150 71 7 -
CMYK 0 0.53 0.95 0.41
HSL 26.85º 0.91% 0.31% -
HSV(B) 26.85º 0.95% 0.59% -
XYZ 14.87 11.01 1.54 -
YUV 87.33 82.67 172.7 -
System Red Green Blue C M Y K H S L
Decimal 150 71 7 0 0.53 0.95 0.41 26.85 0.91 0.31
Hex 96 47 7 0 35 5F 29 1B 5B 1F
Octal 226 107 7 0 65 137 51 33 133 37
Binary 10010110 1000111 111 0 110101 1011111 101001 11011 1011011 11111

Color Harmonies of #964707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964707

Black with #964707

Text Example


Text Example

White with #964707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964707; }

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

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

background-color css

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

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

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

border-color css

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

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

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