Html Css Color HEX #915D28 Afghan Tan

📋 copy color: '#915D28'

red 145 ◦ green 93 ◦ blue 40

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

Shades of Afghan Tan #915D28

Tints of Afghan Tan #915D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.39%

R = 52.16%
G = 33.45%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#915D28 (or 0x915D28) is known color: Afghan Tan. HEX triplet: 91, 5D and 28. RGB value is (145,93,40). Sum of RGB (Red+Green+Blue) = 145+93+40=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #915D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915D28 is #6EA2D7. Grayscale: #666666. Windows color (decimal): -7250648 or 2645393. OLE color: 2645393.

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

Color convert

RGB 145 93 40 -
CMYK 0 0.36 0.72 0.43
HSL 30.29º 0.57% 0.36% -
HSV(B) 30.29º 0.72% 0.57% -
XYZ 15.97 14 3.87 -
YUV 102.51 92.73 158.31 -
System Red Green Blue C M Y K H S L
Decimal 145 93 40 0 0.36 0.72 0.43 30.29 0.57 0.36
Hex 91 5D 28 0 24 48 2B 1E 39 24
Octal 221 135 50 0 44 110 53 36 71 44
Binary 10010001 1011101 101000 0 100100 1001000 101011 11110 111001 100100

Color Harmonies of #915D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915D28

Black with #915D28

Text Example


Text Example

White with #915D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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