Html Css Color HEX #8C884F Clay Creek

📋 copy color: '#8C884F'

red 140 ◦ green 136 ◦ blue 79

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

Shades of Clay Creek #8C884F

Tints of Clay Creek #8C884F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.31%

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

R = 39.44%
G = 38.31%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.45

RGB Variations

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

Color information

#8C884F (or 0x8C884F) is known color: Clay Creek. HEX triplet: 8C, 88 and 4F. RGB value is (140,136,79). Sum of RGB (Red+Green+Blue) = 140+136+79=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 140 - color contains mainly: red. Hex color #8C884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C884F is #7377B0. Grayscale: #828282. Windows color (decimal): -7567281 or 5212300. OLE color: 5212300.

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

Color convert

RGB 140 136 79 -
CMYK 0 0.03 0.44 0.45
HSL 56.07º 0.28% 0.43% -
HSV(B) 56.07º 0.44% 0.55% -
XYZ 21.03 23.75 10.87 -
YUV 130.7 98.83 134.63 -
System Red Green Blue C M Y K H S L
Decimal 140 136 79 0 0.03 0.44 0.45 56.07 0.28 0.43
Hex 8C 88 4F 0 3 2C 2D 38 1C 2B
Octal 214 210 117 0 3 54 55 70 34 53
Binary 10001100 10001000 1001111 0 11 101100 101101 111000 11100 101011

Color Harmonies of #8C884F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C884F

Black with #8C884F

Text Example


Text Example

White with #8C884F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,136,79); }

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

background-color css

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

 a { background-color: rgb(140,136,79); }

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

border-color css

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

 span { border-color: rgb(140,136,79); }

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