#481E20

Color #481E20 Bulgarian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bulgarian Rose #481E20

Tints of Bulgarian Rose #481E20

Color information

#481E20 (or 0x481E20) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 1E and 20. RGB value is (72,30,32). Sum of RGB (Red+Green+Blue) = 72+30+32=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #481E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E20 is #B7E1DF. Grayscale: #2A2A2A. Windows color (decimal): -12050912 or 2104904. OLE color: 2104904.

HSL color Cylindrical-coordinate representation of color #481E20: hue angle of 357.14º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #481E20 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB723032-
CMYK00.580.560.72
HSL357.14º41.18%20%-
HSV(B)357.14º58.33%28.24%-
XYZ3.42.411.65-
YUV42.79121.91148.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.73%
GREEN value IS 30 (12.11% from 255) = 22.39%
BLUE value IS 32 (12.89% from 255) = 23.88%
R=53.73%
G=22.39%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72303200.580.560.72357.1441.1820
Hex481E2003A38481652914
Octal1103640072701105455124
Binary1001000111101000000111010111000100100010110010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481E20; }

 p { color: rgb(72,30,32); }

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

<style>
 a { background-color: #481E20; }

 a { background-color: rgb(72,30,32); }

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

<style>
 span { border-color: #481E20; }

 span { border-color: rgb(72,30,32); }

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