Html Css Color HEX #8C835C Clay Creek

📋 copy color: '#8C835C'

red 140 ◦ green 131 ◦ blue 92

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

Shades of Clay Creek #8C835C

Tints of Clay Creek #8C835C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.09%

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

R = 38.57%
G = 36.09%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8C835C (or 0x8C835C) is known color: Clay Creek. HEX triplet: 8C, 83 and 5C. RGB value is (140,131,92). Sum of RGB (Red+Green+Blue) = 140+131+92=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C835C is #737CA3. Grayscale: #818181. Windows color (decimal): -7568548 or 6062988. OLE color: 6062988.

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

Color convert

RGB 140 131 92 -
CMYK 0 0.06 0.34 0.45
HSL 48.75º 0.21% 0.45% -
HSV(B) 48.75º 0.34% 0.55% -
XYZ 20.86 22.58 13.38 -
YUV 129.25 106.98 135.67 -
System Red Green Blue C M Y K H S L
Decimal 140 131 92 0 0.06 0.34 0.45 48.75 0.21 0.45
Hex 8C 83 5C 0 6 22 2D 31 15 2D
Octal 214 203 134 0 6 42 55 61 25 55
Binary 10001100 10000011 1011100 0 110 100010 101101 110001 10101 101101

Color Harmonies of #8C835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C835C

Black with #8C835C

Text Example


Text Example

White with #8C835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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