#807F5D

Color #807F5D Kokoda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kokoda #807F5D

Tints of Kokoda #807F5D

Color information

#807F5D (or 0x807F5D) is unknown color: approx Kokoda. HEX triplet: 80, 7F and 5D. RGB value is (128,127,93). Sum of RGB (Red+Green+Blue) = 128+127+93=348 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.78% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 128 - color contains mainly: red. Hex color #807F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807F5D is #7F80A2. Grayscale: #7B7B7B. Windows color (decimal): -8356003 or 6127488. OLE color: 6127488.

HSL color Cylindrical-coordinate representation of color #807F5D: hue angle of 58.29º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #807F5D is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB12812793-
CMYK00.010.270.50
HSL58.29º15.84%43.33%-
HSV(B)58.29º27.34%50.2%-
XYZ18.4720.5613.35-
YUV123.42110.83131.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.78%
GREEN value IS 127 (50% from 255) = 36.49%
BLUE value IS 93 (36.72% from 255) = 26.72%
R=36.78%
G=36.49%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281279300.010.270.5058.2915.8443.33
Hex807F5D011B323a102b
Octal200177135013362722053
Binary1000000011111111011101011101111001011101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807F5D; }

 p { color: rgb(128,127,93); }

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

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

 a { background-color: rgb(128,127,93); }

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

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

 span { border-color: rgb(128,127,93); }

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