Html Css Color HEX #847950 Clay Creek

📋 copy color: '#847950'

red 132 ◦ green 121 ◦ blue 80

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

Shades of Clay Creek #847950

Tints of Clay Creek #847950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.34%

 BLUE value IS 80 (31.64% from 255) = 24.02%

R = 39.64%
G = 36.34%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#847950 (or 0x847950) is known color: Clay Creek. HEX triplet: 84, 79 and 50. RGB value is (132,121,80). Sum of RGB (Red+Green+Blue) = 132+121+80=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #847950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847950 is #7B86AF. Grayscale: #777777. Windows color (decimal): -8095408 or 5273988. OLE color: 5273988.

HSL color Cylindrical-coordinate representation of color #847950: hue angle of 47.31º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #847950 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 121 80 -
CMYK 0 0.08 0.39 0.48
HSL 47.31º 0.25% 0.42% -
HSV(B) 47.31º 0.39% 0.52% -
XYZ 17.8 19.16 10.35 -
YUV 119.62 105.64 136.83 -
System Red Green Blue C M Y K H S L
Decimal 132 121 80 0 0.08 0.39 0.48 47.31 0.25 0.42
Hex 84 79 50 0 8 27 30 2F 19 2A
Octal 204 171 120 0 10 47 60 57 31 52
Binary 10000100 1111001 1010000 0 1000 100111 110000 101111 11001 101010

Color Harmonies of #847950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847950

Black with #847950

Text Example


Text Example

White with #847950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847950; }

 p { color: rgb(132,121,80); }

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

background-color css

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

 a { background-color: rgb(132,121,80); }

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

border-color css

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

 span { border-color: rgb(132,121,80); }

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