#837D5B

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

Shades of Clay Creek #837D5B

Tints of Clay Creek #837D5B

Color information

#837D5B (or 0x837D5B) is unknown color: approx Clay Creek. HEX triplet: 83, 7D and 5B. RGB value is (131,125,91). Sum of RGB (Red+Green+Blue) = 131+125+91=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 131 - color contains mainly: red. Hex color #837D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837D5B is #7C82A4. Grayscale: #7B7B7B. Windows color (decimal): -8159909 or 5995907. OLE color: 5995907.

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

Color convert

RGB13112591-
CMYK00.050.310.49
HSL51º18.02%43.53%-
HSV(B)51º30.53%51.37%-
XYZ18.5820.2512.83-
YUV122.92109.99133.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.75%
GREEN value IS 125 (49.22% from 255) = 36.02%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=37.75%
G=36.02%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311259100.050.310.495118.0243.53
Hex837D5B051F3133122c
Octal203175133053761632254
Binary100000111111101101101101011111111000111001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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