Html Css Color HEX #964914 Saddle Brown

📋 copy color: '#964914'

red 150 ◦ green 73 ◦ blue 20

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

Shades of Saddle Brown #964914

Tints of Saddle Brown #964914

RGB

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

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

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

R = 61.73%
G = 30.04%
B = 8.23%

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

#964914 (or 0x964914) is known color: Saddle Brown. HEX triplet: 96, 49 and 14. RGB value is (150,73,20). Sum of RGB (Red+Green+Blue) = 150+73+20=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #964914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964914 is #69B6EB. Grayscale: #5A5A5A. Windows color (decimal): -6928108 or 1329558. OLE color: 1329558.

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

Color convert

RGB 150 73 20 -
CMYK 0 0.51 0.87 0.41
HSL 24.46º 0.76% 0.33% -
HSV(B) 24.46º 0.87% 0.59% -
XYZ 15.09 11.3 2.05 -
YUV 89.98 88.51 170.81 -
System Red Green Blue C M Y K H S L
Decimal 150 73 20 0 0.51 0.87 0.41 24.46 0.76 0.33
Hex 96 49 14 0 33 57 29 18 4C 21
Octal 226 111 24 0 63 127 51 30 114 41
Binary 10010110 1001001 10100 0 110011 1010111 101001 11000 1001100 100001

Color Harmonies of #964914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964914

Black with #964914

Text Example


Text Example

White with #964914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964914; }

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

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

background-color css

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

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

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

border-color css

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

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

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