Html Css Color HEX #8C7A54 Clay Creek

📋 copy color: '#8C7A54'

red 140 ◦ green 122 ◦ blue 84

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

Shades of Clay Creek #8C7A54

Tints of Clay Creek #8C7A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.28%

R = 40.46%
G = 35.26%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.4

 K value IS 0.45

RGB Variations

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

Color information

#8C7A54 (or 0x8C7A54) is known color: Clay Creek. HEX triplet: 8C, 7A and 54. RGB value is (140,122,84). Sum of RGB (Red+Green+Blue) = 140+122+84=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7A54 is #7385AB. Grayscale: #7B7B7B. Windows color (decimal): -7570860 or 5536396. OLE color: 5536396.

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

Color convert

RGB 140 122 84 -
CMYK 0 0.13 0.4 0.45
HSL 40.71º 0.25% 0.44% -
HSV(B) 40.71º 0.4% 0.55% -
XYZ 19.37 20.13 11.25 -
YUV 123.05 105.96 140.09 -
System Red Green Blue C M Y K H S L
Decimal 140 122 84 0 0.13 0.4 0.45 40.71 0.25 0.44
Hex 8C 7A 54 0 D 28 2D 29 19 2C
Octal 214 172 124 0 15 50 55 51 31 54
Binary 10001100 1111010 1010100 0 1101 101000 101101 101001 11001 101100

Color Harmonies of #8C7A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7A54

Black with #8C7A54

Text Example


Text Example

White with #8C7A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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