Html Css Color HEX #8B542D Chelsea Gem

📋 copy color: '#8B542D'

red 139 ◦ green 84 ◦ blue 45

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

Shades of Chelsea Gem #8B542D

Tints of Chelsea Gem #8B542D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.79%

R = 51.87%
G = 31.34%
B = 16.79%

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

#8B542D (or 0x8B542D) is known color: Chelsea Gem. HEX triplet: 8B, 54 and 2D. RGB value is (139,84,45). Sum of RGB (Red+Green+Blue) = 139+84+45=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B542D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B542D is #74ABD2. Grayscale: #606060. Windows color (decimal): -7646163 or 2970763. OLE color: 2970763.

HSL color Cylindrical-coordinate representation of color #8B542D: 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.68%. Process color model (Four color, CMYK) of #8B542D is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 84 45 -
CMYK 0 0.40 0.68 0.45
HSL 24.89º 0.51% 0.36% -
HSV(B) 24.89º 0.68% 0.55% -
XYZ 14.29 12.02 4.05 -
YUV 96 99.22 158.67 -
System Red Green Blue C M Y K H S L
Decimal 139 84 45 0 0.40 0.68 0.45 24.89 0.51 0.36
Hex 8B 54 2D 0 28 44 2D 19 33 24
Octal 213 124 55 0 50 104 55 31 63 44
Binary 10001011 1010100 101101 0 101000 1000100 101101 11001 110011 100100

Color Harmonies of #8B542D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B542D

Black with #8B542D

Text Example


Text Example

White with #8B542D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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