Html Css Color HEX #8A7C5C Clay Creek

📋 copy color: '#8A7C5C'

red 138 ◦ green 124 ◦ blue 92

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

Shades of Clay Creek #8A7C5C

Tints of Clay Creek #8A7C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.99%

R = 38.98%
G = 35.03%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#8A7C5C (or 0x8A7C5C) is known color: Clay Creek. HEX triplet: 8A, 7C and 5C. RGB value is (138,124,92). Sum of RGB (Red+Green+Blue) = 138+124+92=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7C5C is #7583A3. Grayscale: #7C7C7C. Windows color (decimal): -7701412 or 6061194. OLE color: 6061194.

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

Color convert

RGB 138 124 92 -
CMYK 0 0.10 0.33 0.46
HSL 41.74º 0.2% 0.45% -
HSV(B) 41.74º 0.33% 0.54% -
XYZ 19.62 20.59 13.07 -
YUV 124.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 138 124 92 0 0.10 0.33 0.46 41.74 0.2 0.45
Hex 8A 7C 5C 0 A 21 2E 2A 14 2D
Octal 212 174 134 0 12 41 56 52 24 55
Binary 10001010 1111100 1011100 0 1010 100001 101110 101010 10100 101101

Color Harmonies of #8A7C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7C5C

Black with #8A7C5C

Text Example


Text Example

White with #8A7C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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