Html Css Color HEX #8C855B Clay Creek

📋 copy color: '#8C855B'

red 140 ◦ green 133 ◦ blue 91

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

Shades of Clay Creek #8C855B

Tints of Clay Creek #8C855B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25%

R = 38.46%
G = 36.54%
B = 25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8C855B (or 0x8C855B) is known color: Clay Creek. HEX triplet: 8C, 85 and 5B. RGB value is (140,133,91). Sum of RGB (Red+Green+Blue) = 140+133+91=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 140 - color contains mainly: red. Hex color #8C855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C855B is #737AA4. Grayscale: #828282. Windows color (decimal): -7568037 or 5997964. OLE color: 5997964.

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

Color convert

RGB 140 133 91 -
CMYK 0 0.05 0.35 0.45
HSL 51.43º 0.21% 0.45% -
HSV(B) 51.43º 0.35% 0.55% -
XYZ 21.09 23.11 13.25 -
YUV 130.31 105.82 134.92 -
System Red Green Blue C M Y K H S L
Decimal 140 133 91 0 0.05 0.35 0.45 51.43 0.21 0.45
Hex 8C 85 5B 0 5 23 2D 33 15 2D
Octal 214 205 133 0 5 43 55 63 25 55
Binary 10001100 10000101 1011011 0 101 100011 101101 110011 10101 101101

Color Harmonies of #8C855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C855B

Black with #8C855B

Text Example


Text Example

White with #8C855B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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