Html Css Color HEX #8F8352 Clay Creek

📋 copy color: '#8F8352'

red 143 ◦ green 131 ◦ blue 82

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

Shades of Clay Creek #8F8352

Tints of Clay Creek #8F8352

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.8%

 BLUE value IS 82 (32.42% from 255) = 23.03%

R = 40.17%
G = 36.8%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#8F8352 (or 0x8F8352) is known color: Clay Creek. HEX triplet: 8F, 83 and 52. RGB value is (143,131,82). Sum of RGB (Red+Green+Blue) = 143+131+82=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8352 is #707CAD. Grayscale: #818181. Windows color (decimal): -7371950 or 5407631. OLE color: 5407631.

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

Color convert

RGB 143 131 82 -
CMYK 0 0.08 0.43 0.44
HSL 48.2º 0.27% 0.44% -
HSV(B) 48.2º 0.43% 0.56% -
XYZ 20.97 22.68 11.26 -
YUV 129 101.48 137.98 -
System Red Green Blue C M Y K H S L
Decimal 143 131 82 0 0.08 0.43 0.44 48.2 0.27 0.44
Hex 8F 83 52 0 8 2B 2C 30 1B 2C
Octal 217 203 122 0 10 53 54 60 33 54
Binary 10001111 10000011 1010010 0 1000 101011 101100 110000 11011 101100

Color Harmonies of #8F8352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8352

Black with #8F8352

Text Example


Text Example

White with #8F8352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,131,82); }

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

background-color css

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

 a { background-color: rgb(143,131,82); }

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

border-color css

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

 span { border-color: rgb(143,131,82); }

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