Html Css Color HEX #8C552E Chelsea Gem

📋 copy color: '#8C552E'

red 140 ◦ green 85 ◦ blue 46

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

Shades of Chelsea Gem #8C552E

Tints of Chelsea Gem #8C552E

RGB

 RED value IS 140 (55.08% from 255) = 51.66%

 GREEN value IS 85 (33.59% from 255) = 31.37%

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

R = 51.66%
G = 31.37%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8C552E (or 0x8C552E) is known color: Chelsea Gem. HEX triplet: 8C, 55 and 2E. RGB value is (140,85,46). Sum of RGB (Red+Green+Blue) = 140+85+46=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C552E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C552E is #73AAD1. Grayscale: #616161. Windows color (decimal): -7580370 or 3036556. OLE color: 3036556.

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

Color convert

RGB 140 85 46 -
CMYK 0 0.39 0.67 0.45
HSL 24.89º 0.51% 0.36% -
HSV(B) 24.89º 0.67% 0.55% -
XYZ 14.56 12.27 4.19 -
YUV 97 99.22 158.67 -
System Red Green Blue C M Y K H S L
Decimal 140 85 46 0 0.39 0.67 0.45 24.89 0.51 0.36
Hex 8C 55 2E 0 27 43 2D 19 33 24
Octal 214 125 56 0 47 103 55 31 63 44
Binary 10001100 1010101 101110 0 100111 1000011 101101 11001 110011 100100

Color Harmonies of #8C552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C552E

Black with #8C552E

Text Example


Text Example

White with #8C552E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,85,46); }

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

background-color css

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

 a { background-color: rgb(140,85,46); }

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

border-color css

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

 span { border-color: rgb(140,85,46); }

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