Html Css Color HEX #84795A Clay Creek

📋 copy color: '#84795A'

red 132 ◦ green 121 ◦ blue 90

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

Shades of Clay Creek #84795A

Tints of Clay Creek #84795A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.24%

R = 38.48%
G = 35.28%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#84795A (or 0x84795A) is known color: Clay Creek. HEX triplet: 84, 79 and 5A. RGB value is (132,121,90). Sum of RGB (Red+Green+Blue) = 132+121+90=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #84795A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84795A is #7B86A5. Grayscale: #787878. Windows color (decimal): -8095398 or 5929348. OLE color: 5929348.

HSL color Cylindrical-coordinate representation of color #84795A: hue angle of 44.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84795A is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 121 90 -
CMYK 0 0.08 0.32 0.48
HSL 44.29º 0.19% 0.44% -
HSV(B) 44.29º 0.32% 0.52% -
XYZ 18.2 19.32 12.44 -
YUV 120.76 110.64 136.02 -
System Red Green Blue C M Y K H S L
Decimal 132 121 90 0 0.08 0.32 0.48 44.29 0.19 0.44
Hex 84 79 5A 0 8 20 30 2C 13 2C
Octal 204 171 132 0 10 40 60 54 23 54
Binary 10000100 1111001 1011010 0 1000 100000 110000 101100 10011 101100

Color Harmonies of #84795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84795A

Black with #84795A

Text Example


Text Example

White with #84795A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84795A; }

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

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

background-color css

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

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

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

border-color css

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

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

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