Html Css Color HEX #847C5B Clay Creek

📋 copy color: '#847C5B'

red 132 ◦ green 124 ◦ blue 91

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

Shades of Clay Creek #847C5B

Tints of Clay Creek #847C5B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.73%

 BLUE value IS 91 (35.94% from 255) = 26.22%

R = 38.04%
G = 35.73%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#847C5B (or 0x847C5B) is known color: Clay Creek. HEX triplet: 84, 7C and 5B. RGB value is (132,124,91). Sum of RGB (Red+Green+Blue) = 132+124+91=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 132 - color contains mainly: red. Hex color #847C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847C5B is #7B83A4. Grayscale: #7A7A7A. Windows color (decimal): -8094629 or 5995652. OLE color: 5995652.

HSL color Cylindrical-coordinate representation of color #847C5B: hue angle of 48.29º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #847C5B is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 124 91 -
CMYK 0 0.06 0.31 0.48
HSL 48.29º 0.18% 0.44% -
HSV(B) 48.29º 0.31% 0.52% -
XYZ 18.61 20.08 12.79 -
YUV 122.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 132 124 91 0 0.06 0.31 0.48 48.29 0.18 0.44
Hex 84 7C 5B 0 6 1F 30 30 12 2C
Octal 204 174 133 0 6 37 60 60 22 54
Binary 10000100 1111100 1011011 0 110 11111 110000 110000 10010 101100

Color Harmonies of #847C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847C5B

Black with #847C5B

Text Example


Text Example

White with #847C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,124,91); }

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

background-color css

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

 a { background-color: rgb(132,124,91); }

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

border-color css

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

 span { border-color: rgb(132,124,91); }

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