#472628

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

Shades of Bulgarian Rose #472628

Tints of Bulgarian Rose #472628

Color information

#472628 (or 0x472628) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 26 and 28. RGB value is (71,38,40). Sum of RGB (Red+Green+Blue) = 71+38+40=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #472628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472628 is #B8D9D7. Grayscale: #303030. Windows color (decimal): -12114392 or 2631239. OLE color: 2631239.

HSL color Cylindrical-coordinate representation of color #472628: hue angle of 356.36º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #472628 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB713840-
CMYK00.460.440.72
HSL356.36º30.28%21.37%-
HSV(B)356.36º46.48%27.84%-
XYZ3.672.882.37-
YUV48.1123.43144.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.65%
GREEN value IS 38 (15.23% from 255) = 25.50%
BLUE value IS 40 (16.02% from 255) = 26.85%
R=47.65%
G=25.50%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71384000.460.440.72356.3630.2821.37
Hex47262802E2C481641e15
Octal1074650056541105443625
Binary1000111100110101000010111010110010010001011001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472628; }

 p { color: rgb(71,38,40); }

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

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

 a { background-color: rgb(71,38,40); }

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

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

 span { border-color: rgb(71,38,40); }

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