#807753

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

Shades of Kokoda #807753

Tints of Kokoda #807753

Color information

#807753 (or 0x807753) is unknown color: approx Kokoda. HEX triplet: 80, 77 and 53. RGB value is (128,119,83). Sum of RGB (Red+Green+Blue) = 128+119+83=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 128 - color contains mainly: red. Hex color #807753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807753 is #7F88AC. Grayscale: #757575. Windows color (decimal): -8358061 or 5470080. OLE color: 5470080.

HSL color Cylindrical-coordinate representation of color #807753: hue angle of 48º 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 #807753 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB12811983-
CMYK00.070.350.50
HSL48º21.33%41.37%-
HSV(B)48º35.16%50.2%-
XYZ17.0618.4110.84-
YUV117.59108.48135.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.79%
GREEN value IS 119 (46.88% from 255) = 36.06%
BLUE value IS 83 (32.81% from 255) = 25.15%
R=38.79%
G=36.06%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281198300.070.350.504821.3341.37
Hex807753072332301529
Octal200167123074362602551
Binary1000000011101111010011011110001111001011000010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807753; }

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

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

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

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

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

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

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

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