Html Css Color HEX #8F824F Clay Creek

📋 copy color: '#8F824F'

red 143 ◦ green 130 ◦ blue 79

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

Shades of Clay Creek #8F824F

Tints of Clay Creek #8F824F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.44%

R = 40.63%
G = 36.93%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#8F824F (or 0x8F824F) is known color: Clay Creek. HEX triplet: 8F, 82 and 4F. RGB value is (143,130,79). Sum of RGB (Red+Green+Blue) = 143+130+79=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 143 - color contains mainly: red. Hex color #8F824F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F824F is #707DB0. Grayscale: #808080. Windows color (decimal): -7372209 or 5210767. OLE color: 5210767.

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

Color convert

RGB 143 130 79 -
CMYK 0 0.09 0.45 0.44
HSL 47.81º 0.29% 0.44% -
HSV(B) 47.81º 0.45% 0.56% -
XYZ 20.72 22.37 10.62 -
YUV 128.07 100.31 138.65 -
System Red Green Blue C M Y K H S L
Decimal 143 130 79 0 0.09 0.45 0.44 47.81 0.29 0.44
Hex 8F 82 4F 0 9 2D 2C 30 1D 2C
Octal 217 202 117 0 11 55 54 60 35 54
Binary 10001111 10000010 1001111 0 1001 101101 101100 110000 11101 101100

Color Harmonies of #8F824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F824F

Black with #8F824F

Text Example


Text Example

White with #8F824F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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