Html Css Color HEX #8B542B Chelsea Gem

📋 copy color: '#8B542B'

red 139 ◦ green 84 ◦ blue 43

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

Shades of Chelsea Gem #8B542B

Tints of Chelsea Gem #8B542B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.17%

R = 52.26%
G = 31.58%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8B542B (or 0x8B542B) is known color: Chelsea Gem. HEX triplet: 8B, 54 and 2B. RGB value is (139,84,43). Sum of RGB (Red+Green+Blue) = 139+84+43=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B542B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B542B is #74ABD4. Grayscale: #5F5F5F. Windows color (decimal): -7646165 or 2839691. OLE color: 2839691.

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

Color convert

RGB 139 84 43 -
CMYK 0 0.40 0.69 0.45
HSL 25.63º 0.53% 0.36% -
HSV(B) 25.63º 0.69% 0.55% -
XYZ 14.25 12 3.85 -
YUV 95.77 98.22 158.83 -
System Red Green Blue C M Y K H S L
Decimal 139 84 43 0 0.40 0.69 0.45 25.63 0.53 0.36
Hex 8B 54 2B 0 28 45 2D 1A 35 24
Octal 213 124 53 0 50 105 55 32 65 44
Binary 10001011 1010100 101011 0 101000 1000101 101101 11010 110101 100100

Color Harmonies of #8B542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B542B

Black with #8B542B

Text Example


Text Example

White with #8B542B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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