#838457

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

Shades of Kokoda #838457

Tints of Kokoda #838457

Color information

#838457 (or 0x838457) is unknown color: approx Kokoda. HEX triplet: 83, 84 and 57. RGB value is (131,132,87). Sum of RGB (Red+Green+Blue) = 131+132+87=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 132 - color contains mainly: green. Hex color #838457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838457 is #7C7BA8. Grayscale: #7E7E7E. Windows color (decimal): -8158121 or 5735555. OLE color: 5735555.

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

Color convert

RGB13113287-
CMYK0.0100.340.48
HSL61.33º20.55%42.94%-
HSV(B)61.33º34.09%51.76%-
XYZ19.3322.0212.25-
YUV126.57105.67131.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.43%
GREEN value IS 132 (51.95% from 255) = 37.71%
BLUE value IS 87 (34.38% from 255) = 24.86%
R=37.43%
G=37.71%
B=24.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131132870.0100.340.4861.3320.5542.94
Hex8384571022303d152b
Octal203204127104260752553
Binary100000111000010010101111010001011000011110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838457; }

 p { color: rgb(131,132,87); }

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

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

 a { background-color: rgb(131,132,87); }

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

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

 span { border-color: rgb(131,132,87); }

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