#807853

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

Shades of Kokoda #807853

Tints of Kokoda #807853

Color information

#807853 (or 0x807853) is unknown color: approx Kokoda. HEX triplet: 80, 78 and 53. RGB value is (128,120,83). Sum of RGB (Red+Green+Blue) = 128+120+83=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 128 - color contains mainly: red. Hex color #807853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807853 is #7F87AC. Grayscale: #767676. Windows color (decimal): -8357805 or 5470336. OLE color: 5470336.

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

Color convert

RGB12812083-
CMYK00.060.350.50
HSL49.33º21.33%41.37%-
HSV(B)49.33º35.16%50.2%-
XYZ17.1818.6510.88-
YUV118.17108.15135.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.67%
GREEN value IS 120 (47.27% from 255) = 36.25%
BLUE value IS 83 (32.81% from 255) = 25.08%
R=38.67%
G=36.25%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281208300.060.350.5049.3321.3341.37
Hex807853062332311529
Octal200170123064362612551
Binary1000000011110001010011011010001111001011000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807853; }

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

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

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

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

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

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

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

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