Html Css Color HEX #847A5D Clay Creek

📋 copy color: '#847A5D'

red 132 ◦ green 122 ◦ blue 93

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

Shades of Clay Creek #847A5D

Tints of Clay Creek #847A5D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.16%

 BLUE value IS 93 (36.72% from 255) = 26.8%

R = 38.04%
G = 35.16%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#847A5D (or 0x847A5D) is known color: Clay Creek. HEX triplet: 84, 7A and 5D. RGB value is (132,122,93). Sum of RGB (Red+Green+Blue) = 132+122+93=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 132 - color contains mainly: red. Hex color #847A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847A5D is #7B85A2. Grayscale: #797979. Windows color (decimal): -8095139 or 6126212. OLE color: 6126212.

HSL color Cylindrical-coordinate representation of color #847A5D: hue angle of 44.62º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #847A5D is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 122 93 -
CMYK 0 0.08 0.30 0.48
HSL 44.62º 0.17% 0.44% -
HSV(B) 44.62º 0.3% 0.52% -
XYZ 18.45 19.61 13.17 -
YUV 121.68 111.81 135.36 -
System Red Green Blue C M Y K H S L
Decimal 132 122 93 0 0.08 0.30 0.48 44.62 0.17 0.44
Hex 84 7A 5D 0 8 1E 30 2D 11 2C
Octal 204 172 135 0 10 36 60 55 21 54
Binary 10000100 1111010 1011101 0 1000 11110 110000 101101 10001 101100

Color Harmonies of #847A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847A5D

Black with #847A5D

Text Example


Text Example

White with #847A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,122,93); }

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

background-color css

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

 a { background-color: rgb(132,122,93); }

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

border-color css

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

 span { border-color: rgb(132,122,93); }

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