Html Css Color HEX #964014 Saddle Brown

📋 copy color: '#964014'

red 150 ◦ green 64 ◦ blue 20

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

Shades of Saddle Brown #964014

Tints of Saddle Brown #964014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.55%

R = 64.1%
G = 27.35%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#964014 (or 0x964014) is known color: Saddle Brown. HEX triplet: 96, 40 and 14. RGB value is (150,64,20). Sum of RGB (Red+Green+Blue) = 150+64+20=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #964014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964014 is #69BFEB. Grayscale: #545454. Windows color (decimal): -6930412 or 1327254. OLE color: 1327254.

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

Color convert

RGB 150 64 20 -
CMYK 0 0.57 0.87 0.41
HSL 20.31º 0.76% 0.33% -
HSV(B) 20.31º 0.87% 0.59% -
XYZ 14.54 10.2 1.86 -
YUV 84.7 91.49 174.58 -
System Red Green Blue C M Y K H S L
Decimal 150 64 20 0 0.57 0.87 0.41 20.31 0.76 0.33
Hex 96 40 14 0 39 57 29 14 4C 21
Octal 226 100 24 0 71 127 51 24 114 41
Binary 10010110 1000000 10100 0 111001 1010111 101001 10100 1001100 100001

Color Harmonies of #964014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964014

Black with #964014

Text Example


Text Example

White with #964014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964014; }

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

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

background-color css

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

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

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

border-color css

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

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

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