#847E4B

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

Shades of Clay Creek #847E4B

Tints of Clay Creek #847E4B

Color information

#847E4B (or 0x847E4B) is unknown color: approx Clay Creek. HEX triplet: 84, 7E and 4B. RGB value is (132,126,75). Sum of RGB (Red+Green+Blue) = 132+126+75=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #847E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847E4B is #7B81B4. Grayscale: #7A7A7A. Windows color (decimal): -8094133 or 4947588. OLE color: 4947588.

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

Color convert

RGB13212675-
CMYK00.050.430.48
HSL53.68º27.54%40.59%-
HSV(B)53.68º43.18%51.76%-
XYZ18.2520.349.62-
YUV121.98101.49135.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 126 (49.61% from 255) = 37.84%
BLUE value IS 75 (29.69% from 255) = 22.52%
R=39.64%
G=37.84%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321267500.050.430.4853.6827.5440.59
Hex847E4B052B30361c29
Octal204176113055360663451
Binary1000010011111101001011010110101111000011011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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