Html Css Color HEX #84795B Clay Creek

📋 copy color: '#84795B'

red 132 ◦ green 121 ◦ blue 91

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

Shades of Clay Creek #84795B

Tints of Clay Creek #84795B

RGB

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

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

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

R = 38.37%
G = 35.17%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#84795B (or 0x84795B) is known color: Clay Creek. HEX triplet: 84, 79 and 5B. RGB value is (132,121,91). Sum of RGB (Red+Green+Blue) = 132+121+91=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #84795B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84795B is #7B86A4. Grayscale: #797979. Windows color (decimal): -8095397 or 5994884. OLE color: 5994884.

HSL color Cylindrical-coordinate representation of color #84795B: hue angle of 43.9º 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 #84795B is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 121 91 -
CMYK 0 0.08 0.31 0.48
HSL 43.9º 0.18% 0.44% -
HSV(B) 43.9º 0.31% 0.52% -
XYZ 18.24 19.34 12.67 -
YUV 120.87 111.14 135.94 -
System Red Green Blue C M Y K H S L
Decimal 132 121 91 0 0.08 0.31 0.48 43.9 0.18 0.44
Hex 84 79 5B 0 8 1F 30 2C 12 2C
Octal 204 171 133 0 10 37 60 54 22 54
Binary 10000100 1111001 1011011 0 1000 11111 110000 101100 10010 101100

Color Harmonies of #84795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84795B

Black with #84795B

Text Example


Text Example

White with #84795B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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