Html Css Color HEX #8F8455 Clay Creek

📋 copy color: '#8F8455'

red 143 ◦ green 132 ◦ blue 85

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

Shades of Clay Creek #8F8455

Tints of Clay Creek #8F8455

RGB

 RED value IS 143 (56.25% from 255) = 39.72%

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

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

R = 39.72%
G = 36.67%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#8F8455 (or 0x8F8455) is known color: Clay Creek. HEX triplet: 8F, 84 and 55. RGB value is (143,132,85). Sum of RGB (Red+Green+Blue) = 143+132+85=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8455 is #707BAA. Grayscale: #828282. Windows color (decimal): -7371691 or 5604495. OLE color: 5604495.

HSL color Cylindrical-coordinate representation of color #8F8455: hue angle of 48.62º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F8455 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 132 85 -
CMYK 0 0.08 0.41 0.44
HSL 48.62º 0.25% 0.45% -
HSV(B) 48.62º 0.41% 0.56% -
XYZ 21.22 23 11.92 -
YUV 129.93 102.64 137.32 -
System Red Green Blue C M Y K H S L
Decimal 143 132 85 0 0.08 0.41 0.44 48.62 0.25 0.45
Hex 8F 84 55 0 8 29 2C 31 19 2D
Octal 217 204 125 0 10 51 54 61 31 55
Binary 10001111 10000100 1010101 0 1000 101001 101100 110001 11001 101101

Color Harmonies of #8F8455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8455

Black with #8F8455

Text Example


Text Example

White with #8F8455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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