Html Css Color HEX #544614 Bronze Olive

📋 copy color: '#544614'

red 84 ◦ green 70 ◦ blue 20

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

Shades of Bronze Olive #544614

Tints of Bronze Olive #544614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.23%

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

R = 48.28%
G = 40.23%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#544614 (or 0x544614) is known color: Bronze Olive. HEX triplet: 54, 46 and 14. RGB value is (84,70,20). Sum of RGB (Red+Green+Blue) = 84+70+20=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 84 - color contains mainly: red. Hex color #544614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544614 is #ABB9EB. Grayscale: #444444. Windows color (decimal): -11254252 or 1328724. OLE color: 1328724.

HSL color Cylindrical-coordinate representation of color #544614: hue angle of 46.88º 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 #544614 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 70 20 -
CMYK 0 0.17 0.76 0.67
HSL 46.88º 0.62% 0.2% -
HSV(B) 46.88º 0.76% 0.33% -
XYZ 5.97 6.32 1.57 -
YUV 68.49 100.64 139.07 -
System Red Green Blue C M Y K H S L
Decimal 84 70 20 0 0.17 0.76 0.67 46.88 0.62 0.2
Hex 54 46 14 0 11 4C 43 2F 3E 14
Octal 124 106 24 0 21 114 103 57 76 24
Binary 1010100 1000110 10100 0 10001 1001100 1000011 101111 111110 10100

Color Harmonies of #544614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544614

Black with #544614

Text Example


Text Example

White with #544614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544614; }

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

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

background-color css

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

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

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

border-color css

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

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

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