Html Css Color HEX #8C855C Clay Creek

📋 copy color: '#8C855C'

red 140 ◦ green 133 ◦ blue 92

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

Shades of Clay Creek #8C855C

Tints of Clay Creek #8C855C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.44%

 BLUE value IS 92 (36.33% from 255) = 25.21%

R = 38.36%
G = 36.44%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8C855C (or 0x8C855C) is known color: Clay Creek. HEX triplet: 8C, 85 and 5C. RGB value is (140,133,92). Sum of RGB (Red+Green+Blue) = 140+133+92=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 140 - color contains mainly: red. Hex color #8C855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C855C is #737AA3. Grayscale: #828282. Windows color (decimal): -7568036 or 6063500. OLE color: 6063500.

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

Color convert

RGB 140 133 92 -
CMYK 0 0.05 0.34 0.45
HSL 51.25º 0.21% 0.45% -
HSV(B) 51.25º 0.34% 0.55% -
XYZ 21.13 23.12 13.47 -
YUV 130.42 106.32 134.83 -
System Red Green Blue C M Y K H S L
Decimal 140 133 92 0 0.05 0.34 0.45 51.25 0.21 0.45
Hex 8C 85 5C 0 5 22 2D 33 15 2D
Octal 214 205 134 0 5 42 55 63 25 55
Binary 10001100 10000101 1011100 0 101 100010 101101 110011 10101 101101

Color Harmonies of #8C855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C855C

Black with #8C855C

Text Example


Text Example

White with #8C855C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,133,92); }

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

background-color css

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

 a { background-color: rgb(140,133,92); }

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

border-color css

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

 span { border-color: rgb(140,133,92); }

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