Html Css Color HEX #8F8254 Clay Creek

📋 copy color: '#8F8254'

red 143 ◦ green 130 ◦ blue 84

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

Shades of Clay Creek #8F8254

Tints of Clay Creek #8F8254

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.41%

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

R = 40.06%
G = 36.41%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#8F8254 (or 0x8F8254) is known color: Clay Creek. HEX triplet: 8F, 82 and 54. RGB value is (143,130,84). Sum of RGB (Red+Green+Blue) = 143+130+84=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8254 is #707DAB. Grayscale: #808080. Windows color (decimal): -7372204 or 5538447. OLE color: 5538447.

HSL color Cylindrical-coordinate representation of color #8F8254: hue angle of 46.78º degrees, saturation: 0.26, 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 #8F8254 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 130 84 -
CMYK 0 0.09 0.41 0.44
HSL 46.78º 0.26% 0.45% -
HSV(B) 46.78º 0.41% 0.56% -
XYZ 20.91 22.45 11.62 -
YUV 128.64 102.81 138.24 -
System Red Green Blue C M Y K H S L
Decimal 143 130 84 0 0.09 0.41 0.44 46.78 0.26 0.45
Hex 8F 82 54 0 9 29 2C 2F 1A 2D
Octal 217 202 124 0 11 51 54 57 32 55
Binary 10001111 10000010 1010100 0 1001 101001 101100 101111 11010 101101

Color Harmonies of #8F8254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8254

Black with #8F8254

Text Example


Text Example

White with #8F8254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,130,84); }

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

background-color css

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

 a { background-color: rgb(143,130,84); }

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

border-color css

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

 span { border-color: rgb(143,130,84); }

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