Html Css Color HEX #8C8251 Clay Creek

📋 copy color: '#8C8251'

red 140 ◦ green 130 ◦ blue 81

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

Shades of Clay Creek #8C8251

Tints of Clay Creek #8C8251

RGB

 RED value IS 140 (55.08% from 255) = 39.89%

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

 BLUE value IS 81 (32.03% from 255) = 23.08%

R = 39.89%
G = 37.04%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#8C8251 (or 0x8C8251) is known color: Clay Creek. HEX triplet: 8C, 82 and 51. RGB value is (140,130,81). Sum of RGB (Red+Green+Blue) = 140+130+81=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8251 is #737DAE. Grayscale: #7F7F7F. Windows color (decimal): -7568815 or 5341836. OLE color: 5341836.

HSL color Cylindrical-coordinate representation of color #8C8251: hue angle of 49.83º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C8251 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 130 81 -
CMYK 0 0.07 0.42 0.45
HSL 49.83º 0.27% 0.43% -
HSV(B) 49.83º 0.42% 0.55% -
XYZ 20.28 22.13 10.99 -
YUV 127.4 101.81 136.98 -
System Red Green Blue C M Y K H S L
Decimal 140 130 81 0 0.07 0.42 0.45 49.83 0.27 0.43
Hex 8C 82 51 0 7 2A 2D 32 1B 2B
Octal 214 202 121 0 7 52 55 62 33 53
Binary 10001100 10000010 1010001 0 111 101010 101101 110010 11011 101011

Color Harmonies of #8C8251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8251

Black with #8C8251

Text Example


Text Example

White with #8C8251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,130,81); }

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

background-color css

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

 a { background-color: rgb(140,130,81); }

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

border-color css

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

 span { border-color: rgb(140,130,81); }

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