Html Css Color HEX #915014 Saddle Brown

📋 copy color: '#915014'

red 145 ◦ green 80 ◦ blue 20

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

Shades of Saddle Brown #915014

Tints of Saddle Brown #915014

RGB

 RED value IS 145 (57.03% from 255) = 59.18%

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

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

R = 59.18%
G = 32.65%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#915014 (or 0x915014) is known color: Saddle Brown. HEX triplet: 91, 50 and 14. RGB value is (145,80,20). Sum of RGB (Red+Green+Blue) = 145+80+20=245 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.18% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 145 - color contains mainly: red. Hex color #915014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915014 is #6EAFEB. Grayscale: #5C5C5C. Windows color (decimal): -7253996 or 1331345. OLE color: 1331345.

HSL color Cylindrical-coordinate representation of color #915014: hue angle of 28.8º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #915014 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 80 20 -
CMYK 0 0.45 0.86 0.43
HSL 28.8º 0.76% 0.32% -
HSV(B) 28.8º 0.86% 0.57% -
XYZ 14.67 11.81 2.17 -
YUV 92.6 87.03 165.38 -
System Red Green Blue C M Y K H S L
Decimal 145 80 20 0 0.45 0.86 0.43 28.8 0.76 0.32
Hex 91 50 14 0 2D 56 2B 1D 4C 20
Octal 221 120 24 0 55 126 53 35 114 40
Binary 10010001 1010000 10100 0 101101 1010110 101011 11101 1001100 100000

Color Harmonies of #915014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915014

Black with #915014

Text Example


Text Example

White with #915014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915014; }

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

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

background-color css

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

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

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

border-color css

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

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

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