Html Css Color HEX #544B20 Bronze Olive

📋 copy color: '#544B20'

red 84 ◦ green 75 ◦ blue 32

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

Shades of Bronze Olive #544B20

Tints of Bronze Olive #544B20

RGB

 RED value IS 84 (33.2% from 255) = 43.98%

 GREEN value IS 75 (29.69% from 255) = 39.27%

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

R = 43.98%
G = 39.27%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#544B20 (or 0x544B20) is known color: Bronze Olive. HEX triplet: 54, 4B and 20. RGB value is (84,75,32). Sum of RGB (Red+Green+Blue) = 84+75+32=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 84 - color contains mainly: red. Hex color #544B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B20 is #ABB4DF. Grayscale: #484848. Windows color (decimal): -11252960 or 2116436. OLE color: 2116436.

HSL color Cylindrical-coordinate representation of color #544B20: hue angle of 49.62º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #544B20 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 75 32 -
CMYK 0 0.11 0.62 0.67
HSL 49.62º 0.45% 0.23% -
HSV(B) 49.62º 0.62% 0.33% -
XYZ 6.43 7.02 2.38 -
YUV 72.79 104.98 136 -
System Red Green Blue C M Y K H S L
Decimal 84 75 32 0 0.11 0.62 0.67 49.62 0.45 0.23
Hex 54 4B 20 0 B 3E 43 32 2D 17
Octal 124 113 40 0 13 76 103 62 55 27
Binary 1010100 1001011 100000 0 1011 111110 1000011 110010 101101 10111

Color Harmonies of #544B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544B20

Black with #544B20

Text Example


Text Example

White with #544B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544B20; }

 p { color: rgb(84,75,32); }

 H1.HeaderClassName
 {
   color: #544B20;
 }
 .AnyTagClassName
 {
   color: #544B20;
 }
</style>

background-color css

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

 a { background-color: rgb(84,75,32); }

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

border-color css

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

 span { border-color: rgb(84,75,32); }

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