#8B4F30

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

Shades of Chelsea Gem #8B4F30

Tints of Chelsea Gem #8B4F30

Color information

#8B4F30 (or 0x8B4F30) is unknown color: approx Chelsea Gem. HEX triplet: 8B, 4F and 30. RGB value is (139,79,48). Sum of RGB (Red+Green+Blue) = 139+79+48=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B4F30 is #74B0CF. Grayscale: #5D5D5D. Windows color (decimal): -7647440 or 3166091. OLE color: 3166091.

HSL color Cylindrical-coordinate representation of color #8B4F30: hue angle of 20.44º 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 #8B4F30 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB1397948-
CMYK00.430.650.45
HSL20.44º48.66%36.67%-
HSV(B)20.44º65.47%54.51%-
XYZ13.9811.294.24-
YUV93.41102.38160.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.26%
GREEN value IS 79 (31.25% from 255) = 29.70%
BLUE value IS 48 (19.14% from 255) = 18.05%
R=52.26%
G=29.70%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139794800.430.650.4520.4448.6636.67
Hex8B4F3002B412D143125
Octal2131176005310155246145
Binary1000101110011111100000101011100000110110110100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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