Html Css Color HEX #915E21 Afghan Tan

📋 copy color: '#915E21'

red 145 ◦ green 94 ◦ blue 33

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

Shades of Afghan Tan #915E21

Tints of Afghan Tan #915E21

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.56%

 BLUE value IS 33 (13.28% from 255) = 12.13%

R = 53.31%
G = 34.56%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#915E21 (or 0x915E21) is known color: Afghan Tan. HEX triplet: 91, 5E and 21. RGB value is (145,94,33). Sum of RGB (Red+Green+Blue) = 145+94+33=272 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.31% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 145 - color contains mainly: red. Hex color #915E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915E21 is #6EA1DE. Grayscale: #666666. Windows color (decimal): -7250399 or 2186897. OLE color: 2186897.

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

Color convert

RGB 145 94 33 -
CMYK 0 0.35 0.77 0.43
HSL 32.68º 0.63% 0.35% -
HSV(B) 32.68º 0.77% 0.57% -
XYZ 15.95 14.13 3.33 -
YUV 102.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 145 94 33 0 0.35 0.77 0.43 32.68 0.63 0.35
Hex 91 5E 21 0 23 4D 2B 21 3F 23
Octal 221 136 41 0 43 115 53 41 77 43
Binary 10010001 1011110 100001 0 100011 1001101 101011 100001 111111 100011

Color Harmonies of #915E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915E21

Black with #915E21

Text Example


Text Example

White with #915E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,94,33); }

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

background-color css

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

 a { background-color: rgb(145,94,33); }

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

border-color css

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

 span { border-color: rgb(145,94,33); }

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