#88581A

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

Shades of Afghan Tan #88581A

Tints of Afghan Tan #88581A

Color information

#88581A (or 0x88581A) is unknown color: approx Afghan Tan. HEX triplet: 88, 58 and 1A. RGB value is (136,88,26). Sum of RGB (Red+Green+Blue) = 136+88+26=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #88581A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88581A is #77A7E5. Grayscale: #5F5F5F. Windows color (decimal): -7841766 or 1726600. OLE color: 1726600.

HSL color Cylindrical-coordinate representation of color #88581A: hue angle of 33.82º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #88581A is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1368826-
CMYK00.350.810.47
HSL33.82º67.9%31.76%-
HSV(B)33.82º80.88%53.33%-
XYZ13.8312.292.62-
YUV95.2888.9157.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.4%
GREEN value IS 88 (34.77% from 255) = 35.2%
BLUE value IS 26 (10.55% from 255) = 10.4%
R=54.4%
G=35.2%
B=10.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136882600.350.810.4733.8267.931.76
Hex88581A023512F224420
Octal21013032043121574210440
Binary10001000101100011010010001110100011011111000101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88581A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88581A; }

 p { color: rgb(136,88,26); }

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

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

 a { background-color: rgb(136,88,26); }

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

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

 span { border-color: rgb(136,88,26); }

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