#837E54

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

Shades of Kokoda #837E54

Tints of Kokoda #837E54

Color information

#837E54 (or 0x837E54) is unknown color: approx Kokoda. HEX triplet: 83, 7E and 54. RGB value is (131,126,84). Sum of RGB (Red+Green+Blue) = 131+126+84=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 131 - color contains mainly: red. Hex color #837E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837E54 is #7C81AB. Grayscale: #7A7A7A. Windows color (decimal): -8159660 or 5537411. OLE color: 5537411.

HSL color Cylindrical-coordinate representation of color #837E54: hue angle of 53.62º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #837E54 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB13112684-
CMYK00.040.360.49
HSL53.62º21.86%42.16%-
HSV(B)53.62º35.88%51.37%-
XYZ18.4220.3911.35-
YUV122.71106.16133.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.42%
GREEN value IS 126 (49.61% from 255) = 36.95%
BLUE value IS 84 (33.20% from 255) = 24.63%
R=38.42%
G=36.95%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311268400.040.360.4953.6221.8642.16
Hex837E5404243136162a
Octal203176124044461662652
Binary1000001111111101010100010010010011000111011010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837E54; }

 p { color: rgb(131,126,84); }

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

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

 a { background-color: rgb(131,126,84); }

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

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

 span { border-color: rgb(131,126,84); }

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