Html Css Color HEX #8D502F Chelsea Gem

📋 copy color: '#8D502F'

red 141 ◦ green 80 ◦ blue 47

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

Shades of Chelsea Gem #8D502F

Tints of Chelsea Gem #8D502F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.85%

 BLUE value IS 47 (18.75% from 255) = 17.54%

R = 52.61%
G = 29.85%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8D502F (or 0x8D502F) is known color: Chelsea Gem. HEX triplet: 8D, 50 and 2F. RGB value is (141,80,47). Sum of RGB (Red+Green+Blue) = 141+80+47=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D502F is #72AFD0. Grayscale: #5E5E5E. Windows color (decimal): -7516113 or 3100813. OLE color: 3100813.

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

Color convert

RGB 141 80 47 -
CMYK 0 0.43 0.67 0.45
HSL 21.06º 0.5% 0.37% -
HSV(B) 21.06º 0.67% 0.55% -
XYZ 14.37 11.61 4.17 -
YUV 94.48 101.21 161.18 -
System Red Green Blue C M Y K H S L
Decimal 141 80 47 0 0.43 0.67 0.45 21.06 0.5 0.37
Hex 8D 50 2F 0 2B 43 2D 15 32 25
Octal 215 120 57 0 53 103 55 25 62 45
Binary 10001101 1010000 101111 0 101011 1000011 101101 10101 110010 100101

Color Harmonies of #8D502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D502F

Black with #8D502F

Text Example


Text Example

White with #8D502F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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