#847D5A

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

Shades of Clay Creek #847D5A

Tints of Clay Creek #847D5A

Color information

#847D5A (or 0x847D5A) is unknown color: approx Clay Creek. HEX triplet: 84, 7D and 5A. RGB value is (132,125,90). Sum of RGB (Red+Green+Blue) = 132+125+90=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 132 - color contains mainly: red. Hex color #847D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847D5A is #7B82A5. Grayscale: #7B7B7B. Windows color (decimal): -8094374 or 5930372. OLE color: 5930372.

HSL color Cylindrical-coordinate representation of color #847D5A: hue angle of 50º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #847D5A is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB13212590-
CMYK00.050.320.48
HSL50º18.92%43.53%-
HSV(B)50º31.82%51.76%-
XYZ18.6920.3112.61-
YUV123.1109.32134.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.04%
GREEN value IS 125 (49.22% from 255) = 36.02%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=38.04%
G=36.02%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321259000.050.320.485018.9243.53
Hex847D5A05203032132c
Octal204175132054060622354
Binary1000010011111011011010010110000011000011001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847D5A; }

 p { color: rgb(132,125,90); }

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

<style>
 a { background-color: #847D5A; }

 a { background-color: rgb(132,125,90); }

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

<style>
 span { border-color: #847D5A; }

 span { border-color: rgb(132,125,90); }

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