#817F52

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

Shades of Kokoda #817F52

Tints of Kokoda #817F52

Color information

#817F52 (or 0x817F52) is unknown color: approx Kokoda. HEX triplet: 81, 7F and 52. RGB value is (129,127,82). Sum of RGB (Red+Green+Blue) = 129+127+82=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 129 - color contains mainly: red. Hex color #817F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817F52 is #7E80AD. Grayscale: #7A7A7A. Windows color (decimal): -8290478 or 5406593. OLE color: 5406593.

HSL color Cylindrical-coordinate representation of color #817F52: hue angle of 57.45º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #817F52 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB12912782-
CMYK00.020.360.49
HSL57.45º22.27%41.37%-
HSV(B)57.45º36.43%50.59%-
XYZ18.1720.4610.97-
YUV122.47105.16132.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.17%
GREEN value IS 127 (50% from 255) = 37.57%
BLUE value IS 82 (32.42% from 255) = 24.26%
R=38.17%
G=37.57%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291278200.020.360.4957.4522.2741.37
Hex817F52022431391629
Octal201177122024461712651
Binary100000011111111101001001010010011000111100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817F52; }

 p { color: rgb(129,127,82); }

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

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

 a { background-color: rgb(129,127,82); }

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

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

 span { border-color: rgb(129,127,82); }

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