Html Css Color HEX #847C48 Clay Creek

📋 copy color: '#847C48'

red 132 ◦ green 124 ◦ blue 72

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

Shades of Clay Creek #847C48

Tints of Clay Creek #847C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.95%

R = 40.24%
G = 37.8%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#847C48 (or 0x847C48) is known color: Clay Creek. HEX triplet: 84, 7C and 48. RGB value is (132,124,72). Sum of RGB (Red+Green+Blue) = 132+124+72=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #847C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847C48 is #7B83B7. Grayscale: #787878. Windows color (decimal): -8094648 or 4750468. OLE color: 4750468.

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

Color convert

RGB 132 124 72 -
CMYK 0 0.06 0.45 0.48
HSL 52º 0.29% 0.4% -
HSV(B) 52º 0.45% 0.52% -
XYZ 17.89 19.79 9.01 -
YUV 120.46 100.65 136.23 -
System Red Green Blue C M Y K H S L
Decimal 132 124 72 0 0.06 0.45 0.48 52 0.29 0.4
Hex 84 7C 48 0 6 2D 30 34 1D 28
Octal 204 174 110 0 6 55 60 64 35 50
Binary 10000100 1111100 1001000 0 110 101101 110000 110100 11101 101000

Color Harmonies of #847C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847C48

Black with #847C48

Text Example


Text Example

White with #847C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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