#807850

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

Shades of Kokoda #807850

Tints of Kokoda #807850

Color information

#807850 (or 0x807850) is unknown color: approx Kokoda. HEX triplet: 80, 78 and 50. RGB value is (128,120,80). Sum of RGB (Red+Green+Blue) = 128+120+80=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 128 - color contains mainly: red. Hex color #807850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807850 is #7F87AF. Grayscale: #757575. Windows color (decimal): -8357808 or 5273728. OLE color: 5273728.

HSL color Cylindrical-coordinate representation of color #807850: hue angle of 50º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #807850 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB12812080-
CMYK00.060.380.50
HSL50º23.08%40.78%-
HSV(B)50º37.5%50.2%-
XYZ17.0718.610.28-
YUV117.83106.65135.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.02%
GREEN value IS 120 (47.27% from 255) = 36.59%
BLUE value IS 80 (31.64% from 255) = 24.39%
R=39.02%
G=36.59%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281208000.060.380.505023.0840.78
Hex807850062632321729
Octal200170120064662622751
Binary1000000011110001010000011010011011001011001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807850; }

 p { color: rgb(128,120,80); }

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

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

 a { background-color: rgb(128,120,80); }

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

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

 span { border-color: rgb(128,120,80); }

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