Html Css Color HEX #544A14 Bronze Olive

📋 copy color: '#544A14'

red 84 ◦ green 74 ◦ blue 20

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

Shades of Bronze Olive #544A14

Tints of Bronze Olive #544A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.24%

R = 47.19%
G = 41.57%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#544A14 (or 0x544A14) is known color: Bronze Olive. HEX triplet: 54, 4A and 14. RGB value is (84,74,20). Sum of RGB (Red+Green+Blue) = 84+74+20=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #544A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544A14 is #ABB5EB. Grayscale: #474747. Windows color (decimal): -11253228 or 1329748. OLE color: 1329748.

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

Color convert

RGB 84 74 20 -
CMYK 0 0.12 0.76 0.67
HSL 50.63º 0.62% 0.2% -
HSV(B) 50.63º 0.76% 0.33% -
XYZ 6.23 6.83 1.65 -
YUV 70.83 99.31 137.39 -
System Red Green Blue C M Y K H S L
Decimal 84 74 20 0 0.12 0.76 0.67 50.63 0.62 0.2
Hex 54 4A 14 0 C 4C 43 33 3E 14
Octal 124 112 24 0 14 114 103 63 76 24
Binary 1010100 1001010 10100 0 1100 1001100 1000011 110011 111110 10100

Color Harmonies of #544A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544A14

Black with #544A14

Text Example


Text Example

White with #544A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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