Html Css Color HEX #847F5D Clay Creek

📋 copy color: '#847F5D'

red 132 ◦ green 127 ◦ blue 93

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

Shades of Clay Creek #847F5D

Tints of Clay Creek #847F5D

RGB

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

 GREEN value IS 127 (50% from 255) = 36.08%

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

R = 37.5%
G = 36.08%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#847F5D (or 0x847F5D) is known color: Clay Creek. HEX triplet: 84, 7F and 5D. RGB value is (132,127,93). Sum of RGB (Red+Green+Blue) = 132+127+93=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 132 - color contains mainly: red. Hex color #847F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847F5D is #7B80A2. Grayscale: #7C7C7C. Windows color (decimal): -8093859 or 6127492. OLE color: 6127492.

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

Color convert

RGB 132 127 93 -
CMYK 0 0.04 0.30 0.48
HSL 52.31º 0.17% 0.44% -
HSV(B) 52.31º 0.3% 0.52% -
XYZ 19.08 20.87 13.38 -
YUV 124.62 110.16 133.26 -
System Red Green Blue C M Y K H S L
Decimal 132 127 93 0 0.04 0.30 0.48 52.31 0.17 0.44
Hex 84 7F 5D 0 4 1E 30 34 11 2C
Octal 204 177 135 0 4 36 60 64 21 54
Binary 10000100 1111111 1011101 0 100 11110 110000 110100 10001 101100

Color Harmonies of #847F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847F5D

Black with #847F5D

Text Example


Text Example

White with #847F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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