#837F5B

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

Shades of Kokoda #837F5B

Tints of Kokoda #837F5B

Color information

#837F5B (or 0x837F5B) is unknown color: approx Kokoda. HEX triplet: 83, 7F and 5B. RGB value is (131,127,91). Sum of RGB (Red+Green+Blue) = 131+127+91=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 131 - color contains mainly: red. Hex color #837F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F5B is #7C80A4. Grayscale: #7C7C7C. Windows color (decimal): -8159397 or 5996419. OLE color: 5996419.

HSL color Cylindrical-coordinate representation of color #837F5B: hue angle of 54º 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 #837F5B is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB13112791-
CMYK00.030.310.49
HSL54º18.02%43.53%-
HSV(B)54º30.53%51.37%-
XYZ18.8420.7612.91-
YUV124.09109.33132.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.54%
GREEN value IS 127 (50% from 255) = 36.39%
BLUE value IS 91 (35.94% from 255) = 26.07%
R=37.54%
G=36.39%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311279100.030.310.495418.0243.53
Hex837F5B031F3136122c
Octal203177133033761662254
Binary10000011111111110110110111111111000111011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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