Html Css Color HEX #8D8455 Clay Creek

📋 copy color: '#8D8455'

red 141 ◦ green 132 ◦ blue 85

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

Shades of Clay Creek #8D8455

Tints of Clay Creek #8D8455

RGB

 RED value IS 141 (55.47% from 255) = 39.39%

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

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

R = 39.39%
G = 36.87%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8D8455 (or 0x8D8455) is known color: Clay Creek. HEX triplet: 8D, 84 and 55. RGB value is (141,132,85). Sum of RGB (Red+Green+Blue) = 141+132+85=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8455 is #727BAA. Grayscale: #818181. Windows color (decimal): -7502763 or 5604493. OLE color: 5604493.

HSL color Cylindrical-coordinate representation of color #8D8455: hue angle of 50.36º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D8455 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 132 85 -
CMYK 0 0.06 0.40 0.45
HSL 50.36º 0.25% 0.44% -
HSV(B) 50.36º 0.4% 0.55% -
XYZ 20.88 22.82 11.9 -
YUV 129.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 141 132 85 0 0.06 0.40 0.45 50.36 0.25 0.44
Hex 8D 84 55 0 6 28 2D 32 19 2C
Octal 215 204 125 0 6 50 55 62 31 54
Binary 10001101 10000100 1010101 0 110 101000 101101 110010 11001 101100

Color Harmonies of #8D8455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8455

Black with #8D8455

Text Example


Text Example

White with #8D8455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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