Html Css Color HEX #915D20 Afghan Tan

📋 copy color: '#915D20'

red 145 ◦ green 93 ◦ blue 32

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

Shades of Afghan Tan #915D20

Tints of Afghan Tan #915D20

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.44%

 BLUE value IS 32 (12.89% from 255) = 11.85%

R = 53.7%
G = 34.44%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#915D20 (or 0x915D20) is known color: Afghan Tan. HEX triplet: 91, 5D and 20. RGB value is (145,93,32). Sum of RGB (Red+Green+Blue) = 145+93+32=270 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.70% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 145 - color contains mainly: red. Hex color #915D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915D20 is #6EA2DF. Grayscale: #656565. Windows color (decimal): -7250656 or 2121105. OLE color: 2121105.

HSL color Cylindrical-coordinate representation of color #915D20: hue angle of 32.39º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #915D20 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 93 32 -
CMYK 0 0.36 0.78 0.43
HSL 32.39º 0.64% 0.35% -
HSV(B) 32.39º 0.78% 0.57% -
XYZ 15.85 13.95 3.22 -
YUV 101.59 88.73 158.96 -
System Red Green Blue C M Y K H S L
Decimal 145 93 32 0 0.36 0.78 0.43 32.39 0.64 0.35
Hex 91 5D 20 0 24 4E 2B 20 40 23
Octal 221 135 40 0 44 116 53 40 100 43
Binary 10010001 1011101 100000 0 100100 1001110 101011 100000 1000000 100011

Color Harmonies of #915D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915D20

Black with #915D20

Text Example


Text Example

White with #915D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915D20; }

 p { color: rgb(145,93,32); }

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

background-color css

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

 a { background-color: rgb(145,93,32); }

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

border-color css

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

 span { border-color: rgb(145,93,32); }

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