#847F5A

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

Shades of Clay Creek #847F5A

Tints of Clay Creek #847F5A

Color information

#847F5A (or 0x847F5A) is unknown color: approx Clay Creek. HEX triplet: 84, 7F and 5A. RGB value is (132,127,90). Sum of RGB (Red+Green+Blue) = 132+127+90=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #847F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847F5A is #7B80A5. Grayscale: #7C7C7C. Windows color (decimal): -8093862 or 5930884. OLE color: 5930884.

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

Color convert

RGB13212790-
CMYK00.040.320.48
HSL52.86º18.92%43.53%-
HSV(B)52.86º31.82%51.76%-
XYZ18.9520.8212.69-
YUV124.28108.66133.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.82%
GREEN value IS 127 (50% from 255) = 36.39%
BLUE value IS 90 (35.55% from 255) = 25.79%
R=37.82%
G=36.39%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321279000.040.320.4852.8618.9243.53
Hex847F5A04203035132c
Octal204177132044060652354
Binary1000010011111111011010010010000011000011010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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