Html Css Color HEX #8F7A52 Clay Creek

📋 copy color: '#8F7A52'

red 143 ◦ green 122 ◦ blue 82

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

Shades of Clay Creek #8F7A52

Tints of Clay Creek #8F7A52

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.16%

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

R = 41.21%
G = 35.16%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#8F7A52 (or 0x8F7A52) is known color: Clay Creek. HEX triplet: 8F, 7A and 52. RGB value is (143,122,82). Sum of RGB (Red+Green+Blue) = 143+122+82=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7A52 is #7085AD. Grayscale: #7B7B7B. Windows color (decimal): -7374254 or 5405327. OLE color: 5405327.

HSL color Cylindrical-coordinate representation of color #8F7A52: hue angle of 39.34º 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 #8F7A52 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 122 82 -
CMYK 0 0.15 0.43 0.44
HSL 39.34º 0.27% 0.44% -
HSV(B) 39.34º 0.43% 0.56% -
XYZ 19.81 20.37 10.87 -
YUV 123.72 104.46 141.75 -
System Red Green Blue C M Y K H S L
Decimal 143 122 82 0 0.15 0.43 0.44 39.34 0.27 0.44
Hex 8F 7A 52 0 F 2B 2C 27 1B 2C
Octal 217 172 122 0 17 53 54 47 33 54
Binary 10001111 1111010 1010010 0 1111 101011 101100 100111 11011 101100

Color Harmonies of #8F7A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7A52

Black with #8F7A52

Text Example


Text Example

White with #8F7A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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