Html Css Color HEX #461E20 Bulgarian Rose

📋 copy color: '#461E20'

red 70 ◦ green 30 ◦ blue 32

#461E20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bulgarian Rose #461E20

Tints of Bulgarian Rose #461E20

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 value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#461E20 (or 0x461E20) is known color: 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

RGB 70 30 32 -
CMYK 0 0.57 0.54 0.73
HSL 357º 0.4% 0.2% -
HSV(B) 357º 0.57% 0.27% -
XYZ 3.25 2.33 1.65 -
YUV 42.19 122.25 147.84 -
System Red Green Blue C M Y K H S L
Decimal 70 30 32 0 0.57 0.54 0.73 357 0.4 0.2
Hex 46 1E 20 0 39 36 49 165 28 14
Octal 106 36 40 0 71 66 111 545 50 24
Binary 1000110 11110 100000 0 111001 110110 1001001 101100101 101000 10100

Color Harmonies of #461E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461E20

Black with #461E20

Text Example


Text Example

White with #461E20

Text Example


Text Example

HTML Codes & Css Web 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>