#847B4B

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

Shades of Clay Creek #847B4B

Tints of Clay Creek #847B4B

Color information

#847B4B (or 0x847B4B) is unknown color: approx Clay Creek. HEX triplet: 84, 7B and 4B. RGB value is (132,123,75). Sum of RGB (Red+Green+Blue) = 132+123+75=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 132 - color contains mainly: red. Hex color #847B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847B4B is #7B84B4. Grayscale: #787878. Windows color (decimal): -8094901 or 4946820. OLE color: 4946820.

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

Color convert

RGB13212375-
CMYK00.070.430.48
HSL50.53º27.54%40.59%-
HSV(B)50.53º43.18%51.76%-
XYZ17.8719.589.49-
YUV120.22102.48136.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40%
GREEN value IS 123 (48.44% from 255) = 37.27%
BLUE value IS 75 (29.69% from 255) = 22.73%
R=40%
G=37.27%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321237500.070.430.4850.5327.5440.59
Hex847B4B072B30331c29
Octal204173113075360633451
Binary1000010011110111001011011110101111000011001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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