Html Css Color HEX #867A52 Clay Creek

📋 copy color: '#867A52'

red 134 ◦ green 122 ◦ blue 82

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

Shades of Clay Creek #867A52

Tints of Clay Creek #867A52

RGB

 RED value IS 134 (52.73% from 255) = 39.64%

 GREEN value IS 122 (48.05% from 255) = 36.09%

 BLUE value IS 82 (32.42% from 255) = 24.26%

R = 39.64%
G = 36.09%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#867A52 (or 0x867A52) is known color: Clay Creek. HEX triplet: 86, 7A and 52. RGB value is (134,122,82). Sum of RGB (Red+Green+Blue) = 134+122+82=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 134 - color contains mainly: red. Hex color #867A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A52 is #7985AD. Grayscale: #797979. Windows color (decimal): -7964078 or 5405318. OLE color: 5405318.

HSL color Cylindrical-coordinate representation of color #867A52: hue angle of 46.15º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #867A52 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 122 82 -
CMYK 0 0.09 0.39 0.47
HSL 46.15º 0.24% 0.42% -
HSV(B) 46.15º 0.39% 0.53% -
XYZ 18.31 19.6 10.8 -
YUV 121.03 105.98 137.25 -
System Red Green Blue C M Y K H S L
Decimal 134 122 82 0 0.09 0.39 0.47 46.15 0.24 0.42
Hex 86 7A 52 0 9 27 2F 2E 18 2A
Octal 206 172 122 0 11 47 57 56 30 52
Binary 10000110 1111010 1010010 0 1001 100111 101111 101110 11000 101010

Color Harmonies of #867A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867A52

Black with #867A52

Text Example


Text Example

White with #867A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867A52; }

 p { color: rgb(134,122,82); }

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

background-color css

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

 a { background-color: rgb(134,122,82); }

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

border-color css

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

 span { border-color: rgb(134,122,82); }

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