Html Css Color HEX #867952 Clay Creek

📋 copy color: '#867952'

red 134 ◦ green 121 ◦ blue 82

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

Shades of Clay Creek #867952

Tints of Clay Creek #867952

RGB

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

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

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

R = 39.76%
G = 35.91%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#867952 (or 0x867952) is known color: Clay Creek. HEX triplet: 86, 79 and 52. RGB value is (134,121,82). Sum of RGB (Red+Green+Blue) = 134+121+82=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 134 - color contains mainly: red. Hex color #867952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867952 is #7986AD. Grayscale: #787878. Windows color (decimal): -7964334 or 5405062. OLE color: 5405062.

HSL color Cylindrical-coordinate representation of color #867952: hue angle of 45º 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 #867952 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 121 82 -
CMYK 0 0.10 0.39 0.47
HSL 45º 0.24% 0.42% -
HSV(B) 45º 0.39% 0.53% -
XYZ 18.19 19.35 10.76 -
YUV 120.44 106.31 137.67 -
System Red Green Blue C M Y K H S L
Decimal 134 121 82 0 0.10 0.39 0.47 45 0.24 0.42
Hex 86 79 52 0 A 27 2F 2D 18 2A
Octal 206 171 122 0 12 47 57 55 30 52
Binary 10000110 1111001 1010010 0 1010 100111 101111 101101 11000 101010

Color Harmonies of #867952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867952

Black with #867952

Text Example


Text Example

White with #867952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867952; }

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

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

background-color css

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

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

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

border-color css

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

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

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