Html Css Color HEX #8D835C Clay Creek

📋 copy color: '#8D835C'

red 141 ◦ green 131 ◦ blue 92

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

Shades of Clay Creek #8D835C

Tints of Clay Creek #8D835C

RGB

 RED value IS 141 (55.47% from 255) = 38.74%

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

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

R = 38.74%
G = 35.99%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8D835C (or 0x8D835C) is known color: Clay Creek. HEX triplet: 8D, 83 and 5C. RGB value is (141,131,92). Sum of RGB (Red+Green+Blue) = 141+131+92=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 141 - color contains mainly: red. Hex color #8D835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D835C is #727CA3. Grayscale: #818181. Windows color (decimal): -7503012 or 6062989. OLE color: 6062989.

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

Color convert

RGB 141 131 92 -
CMYK 0 0.07 0.35 0.45
HSL 47.76º 0.21% 0.46% -
HSV(B) 47.76º 0.35% 0.55% -
XYZ 21.03 22.67 13.39 -
YUV 129.54 106.81 136.17 -
System Red Green Blue C M Y K H S L
Decimal 141 131 92 0 0.07 0.35 0.45 47.76 0.21 0.46
Hex 8D 83 5C 0 7 23 2D 30 15 2E
Octal 215 203 134 0 7 43 55 60 25 56
Binary 10001101 10000011 1011100 0 111 100011 101101 110000 10101 101110

Color Harmonies of #8D835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D835C

Black with #8D835C

Text Example


Text Example

White with #8D835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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