Html Css Color HEX #847E4C Clay Creek

📋 copy color: '#847E4C'

red 132 ◦ green 126 ◦ blue 76

#847E4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Clay Creek #847E4C

Tints of Clay Creek #847E4C

RGB

 RED value IS 132 (51.95% from 255) = 39.52%

 GREEN value IS 126 (49.61% from 255) = 37.72%

 BLUE value IS 76 (30.08% from 255) = 22.75%

R = 39.52%
G = 37.72%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#847E4C (or 0x847E4C) is known color: Clay Creek. HEX triplet: 84, 7E and 4C. RGB value is (132,126,76). Sum of RGB (Red+Green+Blue) = 132+126+76=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #847E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847E4C is #7B81B3. Grayscale: #7A7A7A. Windows color (decimal): -8094132 or 5013124. OLE color: 5013124.

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

Color convert

RGB 132 126 76 -
CMYK 0 0.05 0.42 0.48
HSL 53.57º 0.27% 0.41% -
HSV(B) 53.57º 0.42% 0.52% -
XYZ 18.28 20.35 9.8 -
YUV 122.09 101.99 135.07 -
System Red Green Blue C M Y K H S L
Decimal 132 126 76 0 0.05 0.42 0.48 53.57 0.27 0.41
Hex 84 7E 4C 0 5 2A 30 36 1B 29
Octal 204 176 114 0 5 52 60 66 33 51
Binary 10000100 1111110 1001100 0 101 101010 110000 110110 11011 101001

Color Harmonies of #847E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847E4C

Black with #847E4C

Text Example


Text Example

White with #847E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #847E4C;
 }
 .AnyTagClassName
 {
   color: #847E4C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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