#837C50

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

Shades of Clay Creek #837C50

Tints of Clay Creek #837C50

Color information

#837C50 (or 0x837C50) is unknown color: approx Clay Creek. HEX triplet: 83, 7C and 50. RGB value is (131,124,80). Sum of RGB (Red+Green+Blue) = 131+124+80=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 131 - color contains mainly: red. Hex color #837C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837C50 is #7C83AF. Grayscale: #797979. Windows color (decimal): -8160176 or 5274755. OLE color: 5274755.

HSL color Cylindrical-coordinate representation of color #837C50: hue angle of 51.76º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #837C50 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB13112480-
CMYK00.050.390.49
HSL51.76º24.17%41.37%-
HSV(B)51.76º38.93%51.37%-
XYZ18.0219.8210.47-
YUV121.08104.82135.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.10%
GREEN value IS 124 (48.83% from 255) = 37.01%
BLUE value IS 80 (31.64% from 255) = 23.88%
R=39.10%
G=37.01%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311248000.050.390.4951.7624.1741.37
Hex837C50052731341829
Octal203174120054761643051
Binary1000001111111001010000010110011111000111010011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,124,80); }

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

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

 a { background-color: rgb(131,124,80); }

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

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

 span { border-color: rgb(131,124,80); }

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