Html Css Color HEX #88581A Afghan Tan

📋 copy color: '#88581A'

red 136 ◦ green 88 ◦ blue 26

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

Shades of Afghan Tan #88581A

Tints of Afghan Tan #88581A

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 value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#88581A (or 0x88581A) is known color: 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

RGB 136 88 26 -
CMYK 0 0.35 0.81 0.47
HSL 33.82º 0.68% 0.32% -
HSV(B) 33.82º 0.81% 0.53% -
XYZ 13.83 12.29 2.62 -
YUV 95.28 88.9 157.04 -
System Red Green Blue C M Y K H S L
Decimal 136 88 26 0 0.35 0.81 0.47 33.82 0.68 0.32
Hex 88 58 1A 0 23 51 2F 22 44 20
Octal 210 130 32 0 43 121 57 42 104 40
Binary 10001000 1011000 11010 0 100011 1010001 101111 100010 1000100 100000

Color Harmonies of #88581A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88581A

Black with #88581A

Text Example


Text Example

White with #88581A

Text Example


Text Example

HTML Codes & Css Web 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>