Html Css Color HEX #847C4B Clay Creek

📋 copy color: '#847C4B'

red 132 ◦ green 124 ◦ blue 75

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

Shades of Clay Creek #847C4B

Tints of Clay Creek #847C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.66%

R = 39.88%
G = 37.46%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#847C4B (or 0x847C4B) is known color: Clay Creek. HEX triplet: 84, 7C and 4B. RGB value is (132,124,75). Sum of RGB (Red+Green+Blue) = 132+124+75=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #847C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847C4B is #7B83B4. Grayscale: #797979. Windows color (decimal): -8094645 or 4947076. OLE color: 4947076.

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

Color convert

RGB 132 124 75 -
CMYK 0 0.06 0.43 0.48
HSL 51.58º 0.28% 0.41% -
HSV(B) 51.58º 0.43% 0.52% -
XYZ 17.99 19.83 9.54 -
YUV 120.81 102.15 135.98 -
System Red Green Blue C M Y K H S L
Decimal 132 124 75 0 0.06 0.43 0.48 51.58 0.28 0.41
Hex 84 7C 4B 0 6 2B 30 34 1C 29
Octal 204 174 113 0 6 53 60 64 34 51
Binary 10000100 1111100 1001011 0 110 101011 110000 110100 11100 101001

Color Harmonies of #847C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847C4B

Black with #847C4B

Text Example


Text Example

White with #847C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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