Html Css Color HEX #8C7A52 Clay Creek

📋 copy color: '#8C7A52'

red 140 ◦ green 122 ◦ blue 82

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

Shades of Clay Creek #8C7A52

Tints of Clay Creek #8C7A52

RGB

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

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

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

R = 40.7%
G = 35.47%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8C7A52 (or 0x8C7A52) is known color: Clay Creek. HEX triplet: 8C, 7A and 52. RGB value is (140,122,82). Sum of RGB (Red+Green+Blue) = 140+122+82=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7A52 is #7385AD. Grayscale: #7A7A7A. Windows color (decimal): -7570862 or 5405324. OLE color: 5405324.

HSL color Cylindrical-coordinate representation of color #8C7A52: hue angle of 41.38º 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 #8C7A52 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 122 82 -
CMYK 0 0.13 0.41 0.45
HSL 41.38º 0.26% 0.44% -
HSV(B) 41.38º 0.41% 0.55% -
XYZ 19.3 20.1 10.85 -
YUV 122.82 104.96 140.25 -
System Red Green Blue C M Y K H S L
Decimal 140 122 82 0 0.13 0.41 0.45 41.38 0.26 0.44
Hex 8C 7A 52 0 D 29 2D 29 1A 2C
Octal 214 172 122 0 15 51 55 51 32 54
Binary 10001100 1111010 1010010 0 1101 101001 101101 101001 11010 101100

Color Harmonies of #8C7A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7A52

Black with #8C7A52

Text Example


Text Example

White with #8C7A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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