#847B4A

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

Shades of Clay Creek #847B4A

Tints of Clay Creek #847B4A

Color information

#847B4A (or 0x847B4A) is unknown color: approx Clay Creek. HEX triplet: 84, 7B and 4A. RGB value is (132,123,74). Sum of RGB (Red+Green+Blue) = 132+123+74=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #847B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847B4A is #7B84B5. Grayscale: #787878. Windows color (decimal): -8094902 or 4881284. OLE color: 4881284.

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

Color convert

RGB13212374-
CMYK00.070.440.48
HSL50.69º28.16%40.39%-
HSV(B)50.69º43.94%51.76%-
XYZ17.8319.579.32-
YUV120.1101.98136.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 123 (48.44% from 255) = 37.39%
BLUE value IS 74 (29.30% from 255) = 22.49%
R=40.12%
G=37.39%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321237400.070.440.4850.6928.1640.39
Hex847B4A072C30331c28
Octal204173112075460633450
Binary1000010011110111001010011110110011000011001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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