Html Css Color HEX #8C7E52 Clay Creek

📋 copy color: '#8C7E52'

red 140 ◦ green 126 ◦ blue 82

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

Shades of Clay Creek #8C7E52

Tints of Clay Creek #8C7E52

RGB

 RED value IS 140 (55.08% from 255) = 40.23%

 GREEN value IS 126 (49.61% from 255) = 36.21%

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

R = 40.23%
G = 36.21%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8C7E52 (or 0x8C7E52) is known color: Clay Creek. HEX triplet: 8C, 7E and 52. RGB value is (140,126,82). Sum of RGB (Red+Green+Blue) = 140+126+82=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7E52 is #7381AD. Grayscale: #7D7D7D. Windows color (decimal): -7569838 or 5406348. OLE color: 5406348.

HSL color Cylindrical-coordinate representation of color #8C7E52: hue angle of 45.52º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C7E52 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 126 82 -
CMYK 0 0.10 0.41 0.45
HSL 45.52º 0.26% 0.44% -
HSV(B) 45.52º 0.41% 0.55% -
XYZ 19.8 21.11 11.01 -
YUV 125.17 103.64 138.58 -
System Red Green Blue C M Y K H S L
Decimal 140 126 82 0 0.10 0.41 0.45 45.52 0.26 0.44
Hex 8C 7E 52 0 A 29 2D 2E 1A 2C
Octal 214 176 122 0 12 51 55 56 32 54
Binary 10001100 1111110 1010010 0 1010 101001 101101 101110 11010 101100

Color Harmonies of #8C7E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7E52

Black with #8C7E52

Text Example


Text Example

White with #8C7E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C7E52; }

 p { color: rgb(140,126,82); }

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

background-color css

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

 a { background-color: rgb(140,126,82); }

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

border-color css

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

 span { border-color: rgb(140,126,82); }

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