Html Css Color HEX #544A01 Bronze Olive

📋 copy color: '#544A01'

red 84 ◦ green 74 ◦ blue 1

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

Shades of Bronze Olive #544A01

Tints of Bronze Olive #544A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 52.83%
G = 46.54%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#544A01 (or 0x544A01) is known color: Bronze Olive. HEX triplet: 54, 4A and 01. RGB value is (84,74,1). Sum of RGB (Red+Green+Blue) = 84+74+1=159 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.83% from 159); Green value is 74 (29.30% from 255 or 46.54% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 84 - color contains mainly: red. Hex color #544A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544A01 is #ABB5FE. Grayscale: #444444. Windows color (decimal): -11253247 or 84564. OLE color: 84564.

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

Color convert

RGB 84 74 1 -
CMYK 0 0.12 0.99 0.67
HSL 52.77º 0.98% 0.17% -
HSV(B) 52.77º 0.99% 0.33% -
XYZ 6.11 6.78 1.02 -
YUV 68.67 89.81 138.94 -
System Red Green Blue C M Y K H S L
Decimal 84 74 1 0 0.12 0.99 0.67 52.77 0.98 0.17
Hex 54 4A 1 0 C 63 43 35 62 11
Octal 124 112 1 0 14 143 103 65 142 21
Binary 1010100 1001010 1 0 1100 1100011 1000011 110101 1100010 10001

Color Harmonies of #544A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544A01

Black with #544A01

Text Example


Text Example

White with #544A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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