#461E20

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

Shades of Bulgarian Rose #461E20

Tints of Bulgarian Rose #461E20

Color information

#461E20 (or 0x461E20) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 1E and 20. RGB value is (70,30,32). Sum of RGB (Red+Green+Blue) = 70+30+32=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #461E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461E20 is #B9E1DF. Grayscale: #2A2A2A. Windows color (decimal): -12181984 or 2104902. OLE color: 2104902.

HSL color Cylindrical-coordinate representation of color #461E20: hue angle of 357º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #461E20 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB703032-
CMYK00.570.540.73
HSL357º40%19.61%-
HSV(B)357º57.14%27.45%-
XYZ3.252.331.65-
YUV42.19122.25147.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.03%
GREEN value IS 30 (12.11% from 255) = 22.73%
BLUE value IS 32 (12.89% from 255) = 24.24%
R=53.03%
G=22.73%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70303200.570.540.733574019.61
Hex461E2003936491652814
Octal1063640071661115455024
Binary1000110111101000000111001110110100100110110010110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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