#885714

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

Shades of Afghan Tan #885714

Tints of Afghan Tan #885714

Color information

#885714 (or 0x885714) is unknown color: approx Afghan Tan. HEX triplet: 88, 57 and 14. RGB value is (136,87,20). Sum of RGB (Red+Green+Blue) = 136+87+20=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #885714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885714 is #77A8EB. Grayscale: #5E5E5E. Windows color (decimal): -7842028 or 1333128. OLE color: 1333128.

HSL color Cylindrical-coordinate representation of color #885714: hue angle of 34.66º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #885714 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB1368720-
CMYK00.360.850.47
HSL34.66º74.36%30.59%-
HSV(B)34.66º85.29%53.33%-
XYZ13.6912.12.28-
YUV94.0186.23157.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.97%
GREEN value IS 87 (34.38% from 255) = 35.80%
BLUE value IS 20 (8.20% from 255) = 8.23%
R=55.97%
G=35.80%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136872000.360.850.4734.6674.3630.59
Hex885714024552F234a1f
Octal21012724044125574311237
Binary1000100010101111010001001001010101101111100011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885714; }

 p { color: rgb(136,87,20); }

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

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

 a { background-color: rgb(136,87,20); }

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

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

 span { border-color: rgb(136,87,20); }

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