#492528

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

Shades of Bulgarian Rose #492528

Tints of Bulgarian Rose #492528

Color information

#492528 (or 0x492528) is unknown color: approx Bulgarian Rose. HEX triplet: 49, 25 and 28. RGB value is (73,37,40). Sum of RGB (Red+Green+Blue) = 73+37+40=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #492528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492528 is #B6DAD7. Grayscale: #303030. Windows color (decimal): -11983576 or 2630985. OLE color: 2630985.

HSL color Cylindrical-coordinate representation of color #492528: hue angle of 355º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #492528 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB733740-
CMYK00.490.450.71
HSL355º32.73%21.57%-
HSV(B)355º49.32%28.63%-
XYZ3.792.892.37-
YUV48.11123.43145.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.67%
GREEN value IS 37 (14.84% from 255) = 24.67%
BLUE value IS 40 (16.02% from 255) = 26.67%
R=48.67%
G=24.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73374000.490.450.7135532.7321.57
Hex4925280312D471632116
Octal1114550061551075434126
Binary10010011001011010000110001101101100011110110001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492528; }

 p { color: rgb(73,37,40); }

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

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

 a { background-color: rgb(73,37,40); }

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

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

 span { border-color: rgb(73,37,40); }

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