Html Css Color HEX #965014 Saddle Brown

📋 copy color: '#965014'

red 150 ◦ green 80 ◦ blue 20

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

Shades of Saddle Brown #965014

Tints of Saddle Brown #965014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32%

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

R = 60%
G = 32%
B = 8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#965014 (or 0x965014) is known color: Saddle Brown. HEX triplet: 96, 50 and 14. RGB value is (150,80,20). Sum of RGB (Red+Green+Blue) = 150+80+20=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #965014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965014 is #69AFEB. Grayscale: #5E5E5E. Windows color (decimal): -6926316 or 1331350. OLE color: 1331350.

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

Color convert

RGB 150 80 20 -
CMYK 0 0.47 0.87 0.41
HSL 27.69º 0.76% 0.33% -
HSV(B) 27.69º 0.87% 0.59% -
XYZ 15.57 12.27 2.21 -
YUV 94.09 86.19 167.88 -
System Red Green Blue C M Y K H S L
Decimal 150 80 20 0 0.47 0.87 0.41 27.69 0.76 0.33
Hex 96 50 14 0 2F 57 29 1C 4C 21
Octal 226 120 24 0 57 127 51 34 114 41
Binary 10010110 1010000 10100 0 101111 1010111 101001 11100 1001100 100001

Color Harmonies of #965014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965014

Black with #965014

Text Example


Text Example

White with #965014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965014; }

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

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

background-color css

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

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

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

border-color css

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

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

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