#847A4A

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

Shades of Clay Creek #847A4A

Tints of Clay Creek #847A4A

Color information

#847A4A (or 0x847A4A) is unknown color: approx Clay Creek. HEX triplet: 84, 7A and 4A. RGB value is (132,122,74). Sum of RGB (Red+Green+Blue) = 132+122+74=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #847A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847A4A is #7B85B5. Grayscale: #777777. Windows color (decimal): -8095158 or 4881028. OLE color: 4881028.

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

Color convert

RGB13212274-
CMYK00.080.440.48
HSL49.66º28.16%40.39%-
HSV(B)49.66º43.94%51.76%-
XYZ17.7119.329.27-
YUV119.52102.31136.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.24%
GREEN value IS 122 (48.05% from 255) = 37.20%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=40.24%
G=37.20%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321227400.080.440.4849.6628.1640.39
Hex847A4A082C30321c28
Octal2041721120105460623450
Binary10000100111101010010100100010110011000011001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,122,74); }

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

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

 a { background-color: rgb(132,122,74); }

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

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

 span { border-color: rgb(132,122,74); }

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