#817F46

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

Shades of Kokoda #817F46

Tints of Kokoda #817F46

Color information

#817F46 (or 0x817F46) is unknown color: approx Kokoda. HEX triplet: 81, 7F and 46. RGB value is (129,127,70). Sum of RGB (Red+Green+Blue) = 129+127+70=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 129 - color contains mainly: red. Hex color #817F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817F46 is #7E80B9. Grayscale: #797979. Windows color (decimal): -8290490 or 4620161. OLE color: 4620161.

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

Color convert

RGB12912770-
CMYK00.020.460.49
HSL57.97º29.65%39.02%-
HSV(B)57.97º45.74%50.59%-
XYZ17.7520.298.77-
YUV121.199.16133.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.57%
GREEN value IS 127 (50% from 255) = 38.96%
BLUE value IS 70 (27.73% from 255) = 21.47%
R=39.57%
G=38.96%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291277000.020.460.4957.9729.6539.02
Hex817F46022E313a1e27
Octal201177106025661723647
Binary100000011111111100011001010111011000111101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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