#492729

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

Shades of Bulgarian Rose #492729

Tints of Bulgarian Rose #492729

Color information

#492729 (or 0x492729) is unknown color: approx Bulgarian Rose. HEX triplet: 49, 27 and 29. RGB value is (73,39,41). Sum of RGB (Red+Green+Blue) = 73+39+41=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #492729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492729 is #B6D8D6. Grayscale: #313131. Windows color (decimal): -11983063 or 2697033. OLE color: 2697033.

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

Color convert

RGB733941-
CMYK00.470.440.71
HSL356.47º30.36%21.96%-
HSV(B)356.47º46.58%28.63%-
XYZ3.873.032.48-
YUV49.39123.26144.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.71%
GREEN value IS 39 (15.62% from 255) = 25.49%
BLUE value IS 41 (16.41% from 255) = 26.80%
R=47.71%
G=25.49%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73394100.470.440.71356.4730.3621.96
Hex49272902F2C471641e16
Octal1114751057541075443626
Binary1001001100111101001010111110110010001111011001001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492729; }

 p { color: rgb(73,39,41); }

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

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

 a { background-color: rgb(73,39,41); }

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

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

 span { border-color: rgb(73,39,41); }

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