#837e5b

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

Shades of Kokoda #837E5B

Tints of Kokoda #837E5B

Color information

#837E5B (or 0x837E5B) is unknown color: approx Kokoda. HEX triplet: 83, 7E and 5B. RGB value is (131,126,91). Sum of RGB (Red+Green+Blue) = 131+126+91=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 131 - color contains mainly: red. Hex color #837E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837E5B is #7C81A4. Grayscale: #7B7B7B. Windows color (decimal): -8159653 or 5996163. OLE color: 5996163.

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

Color convert

RGB13112691-
CMYK00.040.310.49
HSL52.5º18.02%43.53%-
HSV(B)52.5º30.53%51.37%-
XYZ18.7120.512.87-
YUV123.5109.66133.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.64%
GREEN value IS 126 (49.61% from 255) = 36.21%
BLUE value IS 91 (35.94% from 255) = 26.15%
R=37.64%
G=36.21%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311269100.040.310.4952.518.0243.53
Hex837E5B041F3134122c
Octal203176133043761642254
Binary100000111111110101101101001111111000111010010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837e5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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