Html Css Color HEX #8A7E50 Clay Creek

📋 copy color: '#8A7E50'

red 138 ◦ green 126 ◦ blue 80

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

Shades of Clay Creek #8A7E50

Tints of Clay Creek #8A7E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.26%

R = 40.12%
G = 36.63%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#8A7E50 (or 0x8A7E50) is known color: Clay Creek. HEX triplet: 8A, 7E and 50. RGB value is (138,126,80). Sum of RGB (Red+Green+Blue) = 138+126+80=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7E50 is #7581AF. Grayscale: #7C7C7C. Windows color (decimal): -7700912 or 5275274. OLE color: 5275274.

HSL color Cylindrical-coordinate representation of color #8A7E50: hue angle of 47.59º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A7E50 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 126 80 -
CMYK 0 0.09 0.42 0.46
HSL 47.59º 0.27% 0.43% -
HSV(B) 47.59º 0.42% 0.54% -
XYZ 19.39 20.9 10.6 -
YUV 124.34 102.98 137.74 -
System Red Green Blue C M Y K H S L
Decimal 138 126 80 0 0.09 0.42 0.46 47.59 0.27 0.43
Hex 8A 7E 50 0 9 2A 2E 30 1B 2B
Octal 212 176 120 0 11 52 56 60 33 53
Binary 10001010 1111110 1010000 0 1001 101010 101110 110000 11011 101011

Color Harmonies of #8A7E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7E50

Black with #8A7E50

Text Example


Text Example

White with #8A7E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,126,80); }

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

background-color css

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

 a { background-color: rgb(138,126,80); }

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

border-color css

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

 span { border-color: rgb(138,126,80); }

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