Html Css Color HEX #8C8250 Clay Creek

📋 copy color: '#8C8250'

red 140 ◦ green 130 ◦ blue 80

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

Shades of Clay Creek #8C8250

Tints of Clay Creek #8C8250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.86%

R = 40%
G = 37.14%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#8C8250 (or 0x8C8250) is known color: Clay Creek. HEX triplet: 8C, 82 and 50. RGB value is (140,130,80). Sum of RGB (Red+Green+Blue) = 140+130+80=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8250 is #737DAF. Grayscale: #7F7F7F. Windows color (decimal): -7568816 or 5276300. OLE color: 5276300.

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

Color convert

RGB 140 130 80 -
CMYK 0 0.07 0.43 0.45
HSL 50º 0.27% 0.43% -
HSV(B) 50º 0.43% 0.55% -
XYZ 20.25 22.12 10.79 -
YUV 127.29 101.31 137.07 -
System Red Green Blue C M Y K H S L
Decimal 140 130 80 0 0.07 0.43 0.45 50 0.27 0.43
Hex 8C 82 50 0 7 2B 2D 32 1B 2B
Octal 214 202 120 0 7 53 55 62 33 53
Binary 10001100 10000010 1010000 0 111 101011 101101 110010 11011 101011

Color Harmonies of #8C8250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8250

Black with #8C8250

Text Example


Text Example

White with #8C8250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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