Html Css Color HEX #915215 Saddle Brown

📋 copy color: '#915215'

red 145 ◦ green 82 ◦ blue 21

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

Shades of Saddle Brown #915215

Tints of Saddle Brown #915215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.06%

 BLUE value IS 21 (8.59% from 255) = 8.47%

R = 58.47%
G = 33.06%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#915215 (or 0x915215) is known color: Saddle Brown. HEX triplet: 91, 52 and 15. RGB value is (145,82,21). Sum of RGB (Red+Green+Blue) = 145+82+21=248 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.47% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 145 - color contains mainly: red. Hex color #915215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915215 is #6EADEA. Grayscale: #5E5E5E. Windows color (decimal): -7253483 or 1397393. OLE color: 1397393.

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

Color convert

RGB 145 82 21 -
CMYK 0 0.43 0.86 0.43
HSL 29.52º 0.75% 0.33% -
HSV(B) 29.52º 0.86% 0.57% -
XYZ 14.83 12.11 2.27 -
YUV 93.88 86.87 164.46 -
System Red Green Blue C M Y K H S L
Decimal 145 82 21 0 0.43 0.86 0.43 29.52 0.75 0.33
Hex 91 52 15 0 2B 56 2B 1E 4B 21
Octal 221 122 25 0 53 126 53 36 113 41
Binary 10010001 1010010 10101 0 101011 1010110 101011 11110 1001011 100001

Color Harmonies of #915215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915215

Black with #915215

Text Example


Text Example

White with #915215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915215; }

 p { color: rgb(145,82,21); }

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

background-color css

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

 a { background-color: rgb(145,82,21); }

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

border-color css

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

 span { border-color: rgb(145,82,21); }

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