#838156

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

Shades of Kokoda #838156

Tints of Kokoda #838156

Color information

#838156 (or 0x838156) is unknown color: approx Kokoda. HEX triplet: 83, 81 and 56. RGB value is (131,129,86). Sum of RGB (Red+Green+Blue) = 131+129+86=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 131 - color contains mainly: red. Hex color #838156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838156 is #7C7EA9. Grayscale: #7C7C7C. Windows color (decimal): -8158890 or 5669251. OLE color: 5669251.

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

Color convert

RGB13112986-
CMYK00.020.340.49
HSL57.33º20.74%42.55%-
HSV(B)57.33º34.35%51.37%-
XYZ18.8921.211.9-
YUV124.7106.16132.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.86%
GREEN value IS 129 (50.78% from 255) = 37.28%
BLUE value IS 86 (33.98% from 255) = 24.86%
R=37.86%
G=37.28%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311298600.020.340.4957.3320.7442.55
Hex83815602223139152b
Octal203201126024261712553
Binary1000001110000001101011001010001011000111100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838156; }

 p { color: rgb(131,129,86); }

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

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

 a { background-color: rgb(131,129,86); }

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

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

 span { border-color: rgb(131,129,86); }

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