Html Css Color HEX #915A20 Afghan Tan

📋 copy color: '#915A20'

red 145 ◦ green 90 ◦ blue 32

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

Shades of Afghan Tan #915A20

Tints of Afghan Tan #915A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.71%

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

R = 54.31%
G = 33.71%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#915A20 (or 0x915A20) is known color: Afghan Tan. HEX triplet: 91, 5A and 20. RGB value is (145,90,32). Sum of RGB (Red+Green+Blue) = 145+90+32=267 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.31% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 145 - color contains mainly: red. Hex color #915A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915A20 is #6EA5DF. Grayscale: #646464. Windows color (decimal): -7251424 or 2120337. OLE color: 2120337.

HSL color Cylindrical-coordinate representation of color #915A20: hue angle of 30.8º 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 #915A20 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 90 32 -
CMYK 0 0.38 0.78 0.43
HSL 30.8º 0.64% 0.35% -
HSV(B) 30.8º 0.78% 0.57% -
XYZ 15.59 13.44 3.14 -
YUV 99.83 89.72 160.22 -
System Red Green Blue C M Y K H S L
Decimal 145 90 32 0 0.38 0.78 0.43 30.8 0.64 0.35
Hex 91 5A 20 0 26 4E 2B 1F 40 23
Octal 221 132 40 0 46 116 53 37 100 43
Binary 10010001 1011010 100000 0 100110 1001110 101011 11111 1000000 100011

Color Harmonies of #915A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915A20

Black with #915A20

Text Example


Text Example

White with #915A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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