#837C4C

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

Shades of Clay Creek #837C4C

Tints of Clay Creek #837C4C

Color information

#837C4C (or 0x837C4C) is unknown color: approx Clay Creek. HEX triplet: 83, 7C and 4C. RGB value is (131,124,76). Sum of RGB (Red+Green+Blue) = 131+124+76=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 131 - color contains mainly: red. Hex color #837C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837C4C is #7C83B3. Grayscale: #787878. Windows color (decimal): -8160180 or 5012611. OLE color: 5012611.

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

Color convert

RGB13112476-
CMYK00.050.420.49
HSL52.36º26.57%40.59%-
HSV(B)52.36º41.98%51.37%-
XYZ17.8719.769.71-
YUV120.62102.82135.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.58%
GREEN value IS 124 (48.83% from 255) = 37.46%
BLUE value IS 76 (30.08% from 255) = 22.96%
R=39.58%
G=37.46%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311247600.050.420.4952.3626.5740.59
Hex837C4C052A31341b29
Octal203174114055261643351
Binary1000001111111001001100010110101011000111010011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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