Html Css Color HEX #8D5132 Chelsea Gem

📋 copy color: '#8D5132'

red 141 ◦ green 81 ◦ blue 50

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

Shades of Chelsea Gem #8D5132

Tints of Chelsea Gem #8D5132

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.78%

 BLUE value IS 50 (19.92% from 255) = 18.38%

R = 51.84%
G = 29.78%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8D5132 (or 0x8D5132) is known color: Chelsea Gem. HEX triplet: 8D, 51 and 32. RGB value is (141,81,50). Sum of RGB (Red+Green+Blue) = 141+81+50=272 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.84% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5132 is #72AECD. Grayscale: #5F5F5F. Windows color (decimal): -7515854 or 3297677. OLE color: 3297677.

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

Color convert

RGB 141 81 50 -
CMYK 0 0.43 0.65 0.45
HSL 20.44º 0.48% 0.37% -
HSV(B) 20.44º 0.65% 0.55% -
XYZ 14.5 11.78 4.53 -
YUV 95.41 102.38 160.52 -
System Red Green Blue C M Y K H S L
Decimal 141 81 50 0 0.43 0.65 0.45 20.44 0.48 0.37
Hex 8D 51 32 0 2B 41 2D 14 30 25
Octal 215 121 62 0 53 101 55 24 60 45
Binary 10001101 1010001 110010 0 101011 1000001 101101 10100 110000 100101

Color Harmonies of #8D5132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5132

Black with #8D5132

Text Example


Text Example

White with #8D5132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,81,50); }

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

background-color css

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

 a { background-color: rgb(141,81,50); }

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

border-color css

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

 span { border-color: rgb(141,81,50); }

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