#837E53

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

Shades of Kokoda #837E53

Tints of Kokoda #837E53

Color information

#837E53 (or 0x837E53) is unknown color: approx Kokoda. HEX triplet: 83, 7E and 53. RGB value is (131,126,83). Sum of RGB (Red+Green+Blue) = 131+126+83=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 131 - color contains mainly: red. Hex color #837E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837E53 is #7C81AC. Grayscale: #7A7A7A. Windows color (decimal): -8159661 or 5471875. OLE color: 5471875.

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

Color convert

RGB13112683-
CMYK00.040.370.49
HSL53.75º22.43%41.96%-
HSV(B)53.75º36.64%51.37%-
XYZ18.3820.3711.15-
YUV122.59105.66134-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.53%
GREEN value IS 126 (49.61% from 255) = 37.06%
BLUE value IS 83 (32.81% from 255) = 24.41%
R=38.53%
G=37.06%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311268300.040.370.4953.7522.4341.96
Hex837E5304253136162a
Octal203176123044561662652
Binary1000001111111101010011010010010111000111011010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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