Html Css Color HEX #8D8350 Clay Creek

📋 copy color: '#8D8350'

red 141 ◦ green 131 ◦ blue 80

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

Shades of Clay Creek #8D8350

Tints of Clay Creek #8D8350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.73%

R = 40.06%
G = 37.22%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#8D8350 (or 0x8D8350) is known color: Clay Creek. HEX triplet: 8D, 83 and 50. RGB value is (141,131,80). Sum of RGB (Red+Green+Blue) = 141+131+80=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8350 is #727CAF. Grayscale: #808080. Windows color (decimal): -7503024 or 5276557. OLE color: 5276557.

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

Color convert

RGB 141 131 80 -
CMYK 0 0.07 0.43 0.45
HSL 50.16º 0.28% 0.43% -
HSV(B) 50.16º 0.43% 0.55% -
XYZ 20.55 22.47 10.84 -
YUV 128.18 100.81 137.15 -
System Red Green Blue C M Y K H S L
Decimal 141 131 80 0 0.07 0.43 0.45 50.16 0.28 0.43
Hex 8D 83 50 0 7 2B 2D 32 1C 2B
Octal 215 203 120 0 7 53 55 62 34 53
Binary 10001101 10000011 1010000 0 111 101011 101101 110010 11100 101011

Color Harmonies of #8D8350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8350

Black with #8D8350

Text Example


Text Example

White with #8D8350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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