Html Css Color HEX #481E20 Bulgarian Rose

📋 copy color: '#481E20'

red 72 ◦ green 30 ◦ blue 32

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

Shades of Bulgarian Rose #481E20

Tints of Bulgarian Rose #481E20

RGB

 RED value IS 72 (28.52% from 255) = 53.73%

 GREEN value IS 30 (12.11% from 255) = 22.39%

 BLUE value IS 32 (12.89% from 255) = 23.88%

R = 53.73%
G = 22.39%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#481E20 (or 0x481E20) is known color: Bulgarian Rose. HEX triplet: 48, 1E and 20. RGB value is (72,30,32). Sum of RGB (Red+Green+Blue) = 72+30+32=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #481E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E20 is #B7E1DF. Grayscale: #2A2A2A. Windows color (decimal): -12050912 or 2104904. OLE color: 2104904.

HSL color Cylindrical-coordinate representation of color #481E20: hue angle of 357.14º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #481E20 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 30 32 -
CMYK 0 0.58 0.56 0.72
HSL 357.14º 0.41% 0.2% -
HSV(B) 357.14º 0.58% 0.28% -
XYZ 3.4 2.41 1.65 -
YUV 42.79 121.91 148.84 -
System Red Green Blue C M Y K H S L
Decimal 72 30 32 0 0.58 0.56 0.72 357.14 0.41 0.2
Hex 48 1E 20 0 3A 38 48 165 29 14
Octal 110 36 40 0 72 70 110 545 51 24
Binary 1001000 11110 100000 0 111010 111000 1001000 101100101 101001 10100

Color Harmonies of #481E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E20

Black with #481E20

Text Example


Text Example

White with #481E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #481E20;
 }
 .AnyTagClassName
 {
   color: #481E20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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