Html Css Color HEX #964A14 Saddle Brown

📋 copy color: '#964A14'

red 150 ◦ green 74 ◦ blue 20

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

Shades of Saddle Brown #964A14

Tints of Saddle Brown #964A14

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.33%

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

R = 61.48%
G = 30.33%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#964A14 (or 0x964A14) is known color: Saddle Brown. HEX triplet: 96, 4A and 14. RGB value is (150,74,20). Sum of RGB (Red+Green+Blue) = 150+74+20=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #964A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964A14 is #69B5EB. Grayscale: #5A5A5A. Windows color (decimal): -6927852 or 1329814. OLE color: 1329814.

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

Color convert

RGB 150 74 20 -
CMYK 0 0.51 0.87 0.41
HSL 24.92º 0.76% 0.33% -
HSV(B) 24.92º 0.87% 0.59% -
XYZ 15.15 11.43 2.07 -
YUV 90.57 88.18 170.39 -
System Red Green Blue C M Y K H S L
Decimal 150 74 20 0 0.51 0.87 0.41 24.92 0.76 0.33
Hex 96 4A 14 0 33 57 29 19 4C 21
Octal 226 112 24 0 63 127 51 31 114 41
Binary 10010110 1001010 10100 0 110011 1010111 101001 11001 1001100 100001

Color Harmonies of #964A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964A14

Black with #964A14

Text Example


Text Example

White with #964A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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