#8B5230

Color #8B5230 Chelsea Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Gem #8B5230

Tints of Chelsea Gem #8B5230

Color information

#8B5230 (or 0x8B5230) is unknown color: approx Chelsea Gem. HEX triplet: 8B, 52 and 30. RGB value is (139,82,48). Sum of RGB (Red+Green+Blue) = 139+82+48=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5230 is #74ADCF. Grayscale: #5F5F5F. Windows color (decimal): -7646672 or 3166859. OLE color: 3166859.

HSL color Cylindrical-coordinate representation of color #8B5230: hue angle of 22.42º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B5230 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB1398248-
CMYK00.410.650.45
HSL22.42º48.66%36.67%-
HSV(B)22.42º65.47%54.51%-
XYZ14.211.744.31-
YUV95.17101.38159.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.67%
GREEN value IS 82 (32.42% from 255) = 30.48%
BLUE value IS 48 (19.14% from 255) = 17.84%
R=51.67%
G=30.48%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139824800.410.650.4522.4248.6636.67
Hex8B5230029412D163125
Octal2131226005110155266145
Binary1000101110100101100000101001100000110110110110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,82,48); }

 H1.HeaderClassName
 {
   color: #8B5230;
 }
 .AnyTagClassName
 {
   color: #8B5230;
 }
</style>
background-color css

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

 a { background-color: rgb(139,82,48); }

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

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

 span { border-color: rgb(139,82,48); }

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