#837A4C

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

Shades of Clay Creek #837A4C

Tints of Clay Creek #837A4C

Color information

#837A4C (or 0x837A4C) is unknown color: approx Clay Creek. HEX triplet: 83, 7A and 4C. RGB value is (131,122,76). Sum of RGB (Red+Green+Blue) = 131+122+76=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 131 - color contains mainly: red. Hex color #837A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837A4C is #7C85B3. Grayscale: #777777. Windows color (decimal): -8160692 or 5012099. OLE color: 5012099.

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

Color convert

RGB13112276-
CMYK00.070.420.49
HSL50.18º26.57%40.59%-
HSV(B)50.18º41.98%51.37%-
XYZ17.6219.279.63-
YUV119.45103.48136.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.82%
GREEN value IS 122 (48.05% from 255) = 37.08%
BLUE value IS 76 (30.08% from 255) = 23.10%
R=39.82%
G=37.08%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311227600.070.420.4950.1826.5740.59
Hex837A4C072A31321b29
Octal203172114075261623351
Binary1000001111110101001100011110101011000111001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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