Html Css Color HEX #8A7C54 Clay Creek

📋 copy color: '#8A7C54'

red 138 ◦ green 124 ◦ blue 84

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

Shades of Clay Creek #8A7C54

Tints of Clay Creek #8A7C54

RGB

 RED value IS 138 (54.3% from 255) = 39.88%

 GREEN value IS 124 (48.83% from 255) = 35.84%

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

R = 39.88%
G = 35.84%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#8A7C54 (or 0x8A7C54) is known color: Clay Creek. HEX triplet: 8A, 7C and 54. RGB value is (138,124,84). Sum of RGB (Red+Green+Blue) = 138+124+84=346 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.88% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7C54 is #7583AB. Grayscale: #7B7B7B. Windows color (decimal): -7701420 or 5536906. OLE color: 5536906.

HSL color Cylindrical-coordinate representation of color #8A7C54: hue angle of 44.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A7C54 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 124 84 -
CMYK 0 0.10 0.39 0.46
HSL 44.44º 0.24% 0.44% -
HSV(B) 44.44º 0.39% 0.54% -
XYZ 19.29 20.46 11.32 -
YUV 123.63 105.64 138.25 -
System Red Green Blue C M Y K H S L
Decimal 138 124 84 0 0.10 0.39 0.46 44.44 0.24 0.44
Hex 8A 7C 54 0 A 27 2E 2C 18 2C
Octal 212 174 124 0 12 47 56 54 30 54
Binary 10001010 1111100 1010100 0 1010 100111 101110 101100 11000 101100

Color Harmonies of #8A7C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7C54

Black with #8A7C54

Text Example


Text Example

White with #8A7C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,124,84); }

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

background-color css

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

 a { background-color: rgb(138,124,84); }

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

border-color css

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

 span { border-color: rgb(138,124,84); }

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