#817E46

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

Shades of Kokoda #817E46

Tints of Kokoda #817E46

Color information

#817E46 (or 0x817E46) is unknown color: approx Kokoda. HEX triplet: 81, 7E and 46. RGB value is (129,126,70). Sum of RGB (Red+Green+Blue) = 129+126+70=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 129 - color contains mainly: red. Hex color #817E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817E46 is #7E81B9. Grayscale: #787878. Windows color (decimal): -8290746 or 4619905. OLE color: 4619905.

HSL color Cylindrical-coordinate representation of color #817E46: hue angle of 56.95º 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 #817E46 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB12912670-
CMYK00.020.460.49
HSL56.95º29.65%39.02%-
HSV(B)56.95º45.74%50.59%-
XYZ17.6220.038.73-
YUV120.5199.49134.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.69%
GREEN value IS 126 (49.61% from 255) = 38.77%
BLUE value IS 70 (27.73% from 255) = 21.54%
R=39.69%
G=38.77%
B=21.54%

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
Decimal1291267000.020.460.4956.9529.6539.02
Hex817E46022E31391e27
Octal201176106025661713647
Binary100000011111110100011001010111011000111100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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