#847850

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

Shades of Clay Creek #847850

Tints of Clay Creek #847850

Color information

#847850 (or 0x847850) is unknown color: approx Clay Creek. HEX triplet: 84, 78 and 50. RGB value is (132,120,80). Sum of RGB (Red+Green+Blue) = 132+120+80=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 132 - color contains mainly: red. Hex color #847850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847850 is #7B87AF. Grayscale: #777777. Windows color (decimal): -8095664 or 5273732. OLE color: 5273732.

HSL color Cylindrical-coordinate representation of color #847850: hue angle of 46.15º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #847850 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB13212080-
CMYK00.090.390.48
HSL46.15º24.53%41.57%-
HSV(B)46.15º39.39%51.76%-
XYZ17.6818.9210.31-
YUV119.03105.98137.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.76%
GREEN value IS 120 (47.27% from 255) = 36.14%
BLUE value IS 80 (31.64% from 255) = 24.10%
R=39.76%
G=36.14%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321208000.090.390.4846.1524.5341.57
Hex8478500927302e192a
Octal2041701200114760563152
Binary10000100111100010100000100110011111000010111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847850; }

 p { color: rgb(132,120,80); }

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

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

 a { background-color: rgb(132,120,80); }

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

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

 span { border-color: rgb(132,120,80); }

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