Html Css Color HEX #964D07 Saddle Brown

📋 copy color: '#964D07'

red 150 ◦ green 77 ◦ blue 7

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

Shades of Saddle Brown #964D07

Tints of Saddle Brown #964D07

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.91%

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

R = 64.1%
G = 32.91%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#964D07 (or 0x964D07) is known color: Saddle Brown. HEX triplet: 96, 4D and 07. RGB value is (150,77,7). Sum of RGB (Red+Green+Blue) = 150+77+7=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #964D07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #964D07 is #69B2F8. Grayscale: #5B5B5B. Windows color (decimal): -6927097 or 478614. OLE color: 478614.

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

Color convert

RGB 150 77 7 -
CMYK 0 0.49 0.95 0.41
HSL 29.37º 0.91% 0.31% -
HSV(B) 29.37º 0.95% 0.59% -
XYZ 15.27 11.81 1.68 -
YUV 90.85 80.68 170.19 -
System Red Green Blue C M Y K H S L
Decimal 150 77 7 0 0.49 0.95 0.41 29.37 0.91 0.31
Hex 96 4D 7 0 31 5F 29 1D 5B 1F
Octal 226 115 7 0 61 137 51 35 133 37
Binary 10010110 1001101 111 0 110001 1011111 101001 11101 1011011 11111

Color Harmonies of #964D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964D07

Black with #964D07

Text Example


Text Example

White with #964D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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