Html Css Color HEX #8A814E Clay Creek

📋 copy color: '#8A814E'

red 138 ◦ green 129 ◦ blue 78

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

Shades of Clay Creek #8A814E

Tints of Clay Creek #8A814E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.39%

 BLUE value IS 78 (30.86% from 255) = 22.61%

R = 40%
G = 37.39%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.46

RGB Variations

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

Color information

#8A814E (or 0x8A814E) is known color: Clay Creek. HEX triplet: 8A, 81 and 4E. RGB value is (138,129,78). Sum of RGB (Red+Green+Blue) = 138+129+78=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 138 - color contains mainly: red. Hex color #8A814E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A814E is #757EB1. Grayscale: #7E7E7E. Windows color (decimal): -7700146 or 5144970. OLE color: 5144970.

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

Color convert

RGB 138 129 78 -
CMYK 0 0.07 0.43 0.46
HSL 51º 0.28% 0.42% -
HSV(B) 51º 0.43% 0.54% -
XYZ 19.71 21.65 10.35 -
YUV 125.88 100.98 136.65 -
System Red Green Blue C M Y K H S L
Decimal 138 129 78 0 0.07 0.43 0.46 51 0.28 0.42
Hex 8A 81 4E 0 7 2B 2E 33 1C 2A
Octal 212 201 116 0 7 53 56 63 34 52
Binary 10001010 10000001 1001110 0 111 101011 101110 110011 11100 101010

Color Harmonies of #8A814E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A814E

Black with #8A814E

Text Example


Text Example

White with #8A814E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,129,78); }

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

background-color css

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

 a { background-color: rgb(138,129,78); }

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

border-color css

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

 span { border-color: rgb(138,129,78); }

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