#817F48

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

Shades of Kokoda #817F48

Tints of Kokoda #817F48

Color information

#817F48 (or 0x817F48) is unknown color: approx Kokoda. HEX triplet: 81, 7F and 48. RGB value is (129,127,72). Sum of RGB (Red+Green+Blue) = 129+127+72=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 129 - color contains mainly: red. Hex color #817F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817F48 is #7E80B7. Grayscale: #797979. Windows color (decimal): -8290488 or 4751233. OLE color: 4751233.

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

Color convert

RGB12912772-
CMYK00.020.440.49
HSL57.89º28.36%39.41%-
HSV(B)57.89º44.19%50.59%-
XYZ17.8120.319.11-
YUV121.33100.16133.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.33%
GREEN value IS 127 (50% from 255) = 38.72%
BLUE value IS 72 (28.52% from 255) = 21.95%
R=39.33%
G=38.72%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291277200.020.440.4957.8928.3639.41
Hex817F48022C313a1c27
Octal201177110025461723447
Binary100000011111111100100001010110011000111101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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