Html Css Color HEX #8A8554 Clay Creek

📋 copy color: '#8A8554'

red 138 ◦ green 133 ◦ blue 84

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

Shades of Clay Creek #8A8554

Tints of Clay Creek #8A8554

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.46%

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

R = 38.87%
G = 37.46%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#8A8554 (or 0x8A8554) is known color: Clay Creek. HEX triplet: 8A, 85 and 54. RGB value is (138,133,84). Sum of RGB (Red+Green+Blue) = 138+133+84=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8554 is #757AAB. Grayscale: #818181. Windows color (decimal): -7699116 or 5539210. OLE color: 5539210.

HSL color Cylindrical-coordinate representation of color #8A8554: hue angle of 54.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 #8A8554 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 133 84 -
CMYK 0 0.04 0.39 0.46
HSL 54.44º 0.24% 0.44% -
HSV(B) 54.44º 0.39% 0.54% -
XYZ 20.47 22.82 11.71 -
YUV 128.91 102.66 134.48 -
System Red Green Blue C M Y K H S L
Decimal 138 133 84 0 0.04 0.39 0.46 54.44 0.24 0.44
Hex 8A 85 54 0 4 27 2E 36 18 2C
Octal 212 205 124 0 4 47 56 66 30 54
Binary 10001010 10000101 1010100 0 100 100111 101110 110110 11000 101100

Color Harmonies of #8A8554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8554

Black with #8A8554

Text Example


Text Example

White with #8A8554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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