Html Css Color HEX #8B542C Chelsea Gem

📋 copy color: '#8B542C'

red 139 ◦ green 84 ◦ blue 44

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

Shades of Chelsea Gem #8B542C

Tints of Chelsea Gem #8B542C

RGB

 RED value IS 139 (54.69% from 255) = 52.06%

 GREEN value IS 84 (33.2% from 255) = 31.46%

 BLUE value IS 44 (17.58% from 255) = 16.48%

R = 52.06%
G = 31.46%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8B542C (or 0x8B542C) is known color: Chelsea Gem. HEX triplet: 8B, 54 and 2C. RGB value is (139,84,44). Sum of RGB (Red+Green+Blue) = 139+84+44=267 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.06% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 139 - color contains mainly: red. Hex color #8B542C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B542C is #74ABD3. Grayscale: #606060. Windows color (decimal): -7646164 or 2905227. OLE color: 2905227.

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

Color convert

RGB 139 84 44 -
CMYK 0 0.40 0.68 0.45
HSL 25.26º 0.52% 0.36% -
HSV(B) 25.26º 0.68% 0.55% -
XYZ 14.27 12.01 3.95 -
YUV 95.89 98.72 158.75 -
System Red Green Blue C M Y K H S L
Decimal 139 84 44 0 0.40 0.68 0.45 25.26 0.52 0.36
Hex 8B 54 2C 0 28 44 2D 19 34 24
Octal 213 124 54 0 50 104 55 31 64 44
Binary 10001011 1010100 101100 0 101000 1000100 101101 11001 110100 100100

Color Harmonies of #8B542C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B542C

Black with #8B542C

Text Example


Text Example

White with #8B542C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,84,44); }

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

background-color css

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

 a { background-color: rgb(139,84,44); }

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

border-color css

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

 span { border-color: rgb(139,84,44); }

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