#462728

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

Shades of Bulgarian Rose #462728

Tints of Bulgarian Rose #462728

Color information

#462728 (or 0x462728) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 27 and 28. RGB value is (70,39,40). Sum of RGB (Red+Green+Blue) = 70+39+40=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #462728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462728 is #B9D8D7. Grayscale: #303030. Windows color (decimal): -12179672 or 2631494. OLE color: 2631494.

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

Color convert

RGB703940-
CMYK00.440.430.73
HSL358.06º28.44%21.37%-
HSV(B)358.06º44.29%27.45%-
XYZ3.632.912.38-
YUV48.38123.27143.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.98%
GREEN value IS 39 (15.62% from 255) = 26.17%
BLUE value IS 40 (16.02% from 255) = 26.85%
R=46.98%
G=26.17%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70394000.440.430.73358.0628.4421.37
Hex46272802C2B491661c15
Octal1064750054531115463425
Binary1000110100111101000010110010101110010011011001101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462728; }

 p { color: rgb(70,39,40); }

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

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

 a { background-color: rgb(70,39,40); }

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

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

 span { border-color: rgb(70,39,40); }

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