Html Css Color HEX #8D512E Chelsea Gem

📋 copy color: '#8D512E'

red 141 ◦ green 81 ◦ blue 46

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

Shades of Chelsea Gem #8D512E

Tints of Chelsea Gem #8D512E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.16%

R = 52.61%
G = 30.22%
B = 17.16%

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

#8D512E (or 0x8D512E) is known color: Chelsea Gem. HEX triplet: 8D, 51 and 2E. RGB value is (141,81,46). Sum of RGB (Red+Green+Blue) = 141+81+46=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D512E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D512E is #72AED1. Grayscale: #5F5F5F. Windows color (decimal): -7515858 or 3035533. OLE color: 3035533.

HSL color Cylindrical-coordinate representation of color #8D512E: hue angle of 22.11º degrees, saturation: 0.51, 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 #8D512E is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 81 46 -
CMYK 0 0.43 0.67 0.45
HSL 22.11º 0.51% 0.37% -
HSV(B) 22.11º 0.67% 0.55% -
XYZ 14.42 11.74 4.09 -
YUV 94.95 100.38 160.85 -
System Red Green Blue C M Y K H S L
Decimal 141 81 46 0 0.43 0.67 0.45 22.11 0.51 0.37
Hex 8D 51 2E 0 2B 43 2D 16 33 25
Octal 215 121 56 0 53 103 55 26 63 45
Binary 10001101 1010001 101110 0 101011 1000011 101101 10110 110011 100101

Color Harmonies of #8D512E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D512E

Black with #8D512E

Text Example


Text Example

White with #8D512E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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