#837D5C

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

Shades of Clay Creek #837D5C

Tints of Clay Creek #837D5C

Color information

#837D5C (or 0x837D5C) is unknown color: approx Clay Creek. HEX triplet: 83, 7D and 5C. RGB value is (131,125,92). Sum of RGB (Red+Green+Blue) = 131+125+92=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 131 - color contains mainly: red. Hex color #837D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837D5C is #7C82A3. Grayscale: #7B7B7B. Windows color (decimal): -8159908 or 6061443. OLE color: 6061443.

HSL color Cylindrical-coordinate representation of color #837D5C: hue angle of 50.77º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #837D5C is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB13112592-
CMYK00.050.300.49
HSL50.77º17.49%43.73%-
HSV(B)50.77º29.77%51.37%-
XYZ18.6320.2713.06-
YUV123.03110.49133.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.64%
GREEN value IS 125 (49.22% from 255) = 35.92%
BLUE value IS 92 (36.33% from 255) = 26.44%
R=37.64%
G=35.92%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311259200.050.300.4950.7717.4943.73
Hex837D5C051E3133112c
Octal203175134053661632154
Binary100000111111101101110001011111011000111001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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