Html Css Color HEX #8C845B Clay Creek

📋 copy color: '#8C845B'

red 140 ◦ green 132 ◦ blue 91

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

Shades of Clay Creek #8C845B

Tints of Clay Creek #8C845B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

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

R = 38.57%
G = 36.36%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8C845B (or 0x8C845B) is known color: Clay Creek. HEX triplet: 8C, 84 and 5B. RGB value is (140,132,91). Sum of RGB (Red+Green+Blue) = 140+132+91=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C845B is #737BA4. Grayscale: #818181. Windows color (decimal): -7568293 or 5997708. OLE color: 5997708.

HSL color Cylindrical-coordinate representation of color #8C845B: hue angle of 50.2º 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 #8C845B is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 132 91 -
CMYK 0 0.06 0.35 0.45
HSL 50.2º 0.21% 0.45% -
HSV(B) 50.2º 0.35% 0.55% -
XYZ 20.95 22.83 13.2 -
YUV 129.72 106.15 135.33 -
System Red Green Blue C M Y K H S L
Decimal 140 132 91 0 0.06 0.35 0.45 50.2 0.21 0.45
Hex 8C 84 5B 0 6 23 2D 32 15 2D
Octal 214 204 133 0 6 43 55 62 25 55
Binary 10001100 10000100 1011011 0 110 100011 101101 110010 10101 101101

Color Harmonies of #8C845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C845B

Black with #8C845B

Text Example


Text Example

White with #8C845B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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