Html Css Color HEX #8C825E Clay Creek

📋 copy color: '#8C825E'

red 140 ◦ green 130 ◦ blue 94

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

Shades of Clay Creek #8C825E

Tints of Clay Creek #8C825E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.82%

R = 38.46%
G = 35.71%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8C825E (or 0x8C825E) is known color: Clay Creek. HEX triplet: 8C, 82 and 5E. RGB value is (140,130,94). Sum of RGB (Red+Green+Blue) = 140+130+94=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 140 - color contains mainly: red. Hex color #8C825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C825E is #737DA1. Grayscale: #818181. Windows color (decimal): -7568802 or 6193804. OLE color: 6193804.

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

Color convert

RGB 140 130 94 -
CMYK 0 0.07 0.33 0.45
HSL 46.96º 0.2% 0.46% -
HSV(B) 46.96º 0.33% 0.55% -
XYZ 20.82 22.35 13.81 -
YUV 128.89 108.31 135.93 -
System Red Green Blue C M Y K H S L
Decimal 140 130 94 0 0.07 0.33 0.45 46.96 0.2 0.46
Hex 8C 82 5E 0 7 21 2D 2F 14 2E
Octal 214 202 136 0 7 41 55 57 24 56
Binary 10001100 10000010 1011110 0 111 100001 101101 101111 10100 101110

Color Harmonies of #8C825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C825E

Black with #8C825E

Text Example


Text Example

White with #8C825E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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