Html Css Color HEX #544A21 Bronze Olive

📋 copy color: '#544A21'

red 84 ◦ green 74 ◦ blue 33

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

Shades of Bronze Olive #544A21

Tints of Bronze Olive #544A21

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.74%

 BLUE value IS 33 (13.28% from 255) = 17.28%

R = 43.98%
G = 38.74%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#544A21 (or 0x544A21) is known color: Bronze Olive. HEX triplet: 54, 4A and 21. RGB value is (84,74,33). Sum of RGB (Red+Green+Blue) = 84+74+33=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 84 - color contains mainly: red. Hex color #544A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A21 is #ABB5DE. Grayscale: #484848. Windows color (decimal): -11253215 or 2181716. OLE color: 2181716.

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

Color convert

RGB 84 74 33 -
CMYK 0 0.12 0.61 0.67
HSL 48.24º 0.44% 0.23% -
HSV(B) 48.24º 0.61% 0.33% -
XYZ 6.38 6.89 2.43 -
YUV 72.32 105.81 136.33 -
System Red Green Blue C M Y K H S L
Decimal 84 74 33 0 0.12 0.61 0.67 48.24 0.44 0.23
Hex 54 4A 21 0 C 3D 43 30 2C 17
Octal 124 112 41 0 14 75 103 60 54 27
Binary 1010100 1001010 100001 0 1100 111101 1000011 110000 101100 10111

Color Harmonies of #544A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544A21

Black with #544A21

Text Example


Text Example

White with #544A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,74,33); }

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

background-color css

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

 a { background-color: rgb(84,74,33); }

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

border-color css

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

 span { border-color: rgb(84,74,33); }

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