Html Css Color HEX #8F8953 Clay Creek

📋 copy color: '#8F8953'

red 143 ◦ green 137 ◦ blue 83

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

Shades of Clay Creek #8F8953

Tints of Clay Creek #8F8953

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.74%

 BLUE value IS 83 (32.81% from 255) = 22.87%

R = 39.39%
G = 37.74%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#8F8953 (or 0x8F8953) is known color: Clay Creek. HEX triplet: 8F, 89 and 53. RGB value is (143,137,83). Sum of RGB (Red+Green+Blue) = 143+137+83=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8953 is #7076AC. Grayscale: #848484. Windows color (decimal): -7370413 or 5474703. OLE color: 5474703.

HSL color Cylindrical-coordinate representation of color #8F8953: hue angle of 54º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F8953 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 137 83 -
CMYK 0 0.04 0.42 0.44
HSL 54º 0.27% 0.44% -
HSV(B) 54º 0.42% 0.56% -
XYZ 21.83 24.36 11.73 -
YUV 132.64 99.99 135.39 -
System Red Green Blue C M Y K H S L
Decimal 143 137 83 0 0.04 0.42 0.44 54 0.27 0.44
Hex 8F 89 53 0 4 2A 2C 36 1B 2C
Octal 217 211 123 0 4 52 54 66 33 54
Binary 10001111 10001001 1010011 0 100 101010 101100 110110 11011 101100

Color Harmonies of #8F8953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8953

Black with #8F8953

Text Example


Text Example

White with #8F8953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,137,83); }

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

background-color css

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

 a { background-color: rgb(143,137,83); }

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

border-color css

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

 span { border-color: rgb(143,137,83); }

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