#838059

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

Shades of Kokoda #838059

Tints of Kokoda #838059

Color information

#838059 (or 0x838059) is unknown color: approx Kokoda. HEX triplet: 83, 80 and 59. RGB value is (131,128,89). Sum of RGB (Red+Green+Blue) = 131+128+89=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 131 - color contains mainly: red. Hex color #838059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838059 is #7C7FA6. Grayscale: #7C7C7C. Windows color (decimal): -8159143 or 5865603. OLE color: 5865603.

HSL color Cylindrical-coordinate representation of color #838059: hue angle of 55.71º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #838059 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB13112889-
CMYK00.020.320.49
HSL55.71º19.09%43.14%-
HSV(B)55.71º32.06%51.37%-
XYZ18.8820.9812.51-
YUV124.45107.99132.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.64%
GREEN value IS 128 (50.39% from 255) = 36.78%
BLUE value IS 89 (35.16% from 255) = 25.57%
R=37.64%
G=36.78%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311288900.020.320.4955.7119.0943.14
Hex83805902203138132b
Octal203200131024061702353
Binary1000001110000000101100101010000011000111100010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838059; }

 p { color: rgb(131,128,89); }

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

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

 a { background-color: rgb(131,128,89); }

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

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

 span { border-color: rgb(131,128,89); }

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