Html Css Color HEX #8A8455 Clay Creek

📋 copy color: '#8A8455'

red 138 ◦ green 132 ◦ blue 85

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

Shades of Clay Creek #8A8455

Tints of Clay Creek #8A8455

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.18%

 BLUE value IS 85 (33.59% from 255) = 23.94%

R = 38.87%
G = 37.18%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#8A8455 (or 0x8A8455) is known color: Clay Creek. HEX triplet: 8A, 84 and 55. RGB value is (138,132,85). Sum of RGB (Red+Green+Blue) = 138+132+85=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8455 is #757BAA. Grayscale: #808080. Windows color (decimal): -7699371 or 5604490. OLE color: 5604490.

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

Color convert

RGB 138 132 85 -
CMYK 0 0.04 0.38 0.46
HSL 53.21º 0.24% 0.44% -
HSV(B) 53.21º 0.38% 0.54% -
XYZ 20.37 22.56 11.88 -
YUV 128.44 103.49 134.82 -
System Red Green Blue C M Y K H S L
Decimal 138 132 85 0 0.04 0.38 0.46 53.21 0.24 0.44
Hex 8A 84 55 0 4 26 2E 35 18 2C
Octal 212 204 125 0 4 46 56 65 30 54
Binary 10001010 10000100 1010101 0 100 100110 101110 110101 11000 101100

Color Harmonies of #8A8455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8455

Black with #8A8455

Text Example


Text Example

White with #8A8455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,132,85); }

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

background-color css

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

 a { background-color: rgb(138,132,85); }

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

border-color css

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

 span { border-color: rgb(138,132,85); }

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