#847A5A

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

Shades of Clay Creek #847A5A

Tints of Clay Creek #847A5A

Color information

#847A5A (or 0x847A5A) is unknown color: approx Clay Creek. HEX triplet: 84, 7A and 5A. RGB value is (132,122,90). Sum of RGB (Red+Green+Blue) = 132+122+90=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #847A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847A5A is #7B85A5. Grayscale: #797979. Windows color (decimal): -8095142 or 5929604. OLE color: 5929604.

HSL color Cylindrical-coordinate representation of color #847A5A: hue angle of 45.71º 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 #847A5A is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB13212290-
CMYK00.080.320.48
HSL45.71º18.92%43.53%-
HSV(B)45.71º31.82%51.76%-
XYZ18.3219.5612.48-
YUV121.34110.31135.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.37%
GREEN value IS 122 (48.05% from 255) = 35.47%
BLUE value IS 90 (35.55% from 255) = 26.16%
R=38.37%
G=35.47%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321229000.080.320.4845.7118.9243.53
Hex847A5A0820302e132c
Octal2041721320104060562354
Binary10000100111101010110100100010000011000010111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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