#807D5C

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

Shades of Kokoda #807D5C

Tints of Kokoda #807D5C

Color information

#807D5C (or 0x807D5C) is unknown color: approx Kokoda. HEX triplet: 80, 7D and 5C. RGB value is (128,125,92). Sum of RGB (Red+Green+Blue) = 128+125+92=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 128 - color contains mainly: red. Hex color #807D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807D5C is #7F82A3. Grayscale: #7A7A7A. Windows color (decimal): -8356516 or 6061440. OLE color: 6061440.

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

Color convert

RGB12812592-
CMYK00.020.280.50
HSL55º16.36%43.14%-
HSV(B)55º28.12%50.2%-
XYZ18.1720.0313.03-
YUV122.14110.99132.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.10%
GREEN value IS 125 (49.22% from 255) = 36.23%
BLUE value IS 92 (36.33% from 255) = 26.67%
R=37.10%
G=36.23%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281259200.020.280.505516.3643.14
Hex807D5C021C3237102b
Octal200175134023462672053
Binary10000000111110110111000101110011001011011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,125,92); }

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

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

 a { background-color: rgb(128,125,92); }

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

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

 span { border-color: rgb(128,125,92); }

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