#915826

Color #915826 Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #915826

Tints of Afghan Tan #915826

Color information

#915826 (or 0x915826) is unknown color: approx Afghan Tan. HEX triplet: 91, 58 and 26. RGB value is (145,88,38). Sum of RGB (Red+Green+Blue) = 145+88+38=271 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.51% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 145 - color contains mainly: red. Hex color #915826 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915826 is #6EA7D9. Grayscale: #636363. Windows color (decimal): -7251930 or 2513041. OLE color: 2513041.

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

Color convert

RGB1458838-
CMYK00.390.740.43
HSL28.04º58.47%35.88%-
HSV(B)28.04º73.79%56.86%-
XYZ15.5213.143.55-
YUV99.3493.38160.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 53.51%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 38 (15.23% from 255) = 14.02%
R=53.51%
G=32.47%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145883800.390.740.4328.0458.4735.88
Hex9158260274A2B1c3a24
Octal2211304604711253347244
Binary1001000110110001001100100111100101010101111100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915826; }

 p { color: rgb(145,88,38); }

 H1.HeaderClassName
 {
   color: #915826;
 }
 .AnyTagClassName
 {
   color: #915826;
 }
</style>
background-color css

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

 a { background-color: rgb(145,88,38); }

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

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

 span { border-color: rgb(145,88,38); }

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