Html Css Color HEX #8D835D Clay Creek

📋 copy color: '#8D835D'

red 141 ◦ green 131 ◦ blue 93

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

Shades of Clay Creek #8D835D

Tints of Clay Creek #8D835D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.48%

R = 38.63%
G = 35.89%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8D835D (or 0x8D835D) is known color: Clay Creek. HEX triplet: 8D, 83 and 5D. RGB value is (141,131,93). Sum of RGB (Red+Green+Blue) = 141+131+93=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 141 - color contains mainly: red. Hex color #8D835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D835D is #727CA2. Grayscale: #818181. Windows color (decimal): -7503011 or 6128525. OLE color: 6128525.

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

Color convert

RGB 141 131 93 -
CMYK 0 0.07 0.34 0.45
HSL 47.5º 0.21% 0.46% -
HSV(B) 47.5º 0.34% 0.55% -
XYZ 21.08 22.69 13.62 -
YUV 129.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 141 131 93 0 0.07 0.34 0.45 47.5 0.21 0.46
Hex 8D 83 5D 0 7 22 2D 30 15 2E
Octal 215 203 135 0 7 42 55 60 25 56
Binary 10001101 10000011 1011101 0 111 100010 101101 110000 10101 101110

Color Harmonies of #8D835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D835D

Black with #8D835D

Text Example


Text Example

White with #8D835D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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