Html Css Color HEX #544713 Bronze Olive

📋 copy color: '#544713'

red 84 ◦ green 71 ◦ blue 19

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

Shades of Bronze Olive #544713

Tints of Bronze Olive #544713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.8%

 BLUE value IS 19 (7.81% from 255) = 10.92%

R = 48.28%
G = 40.8%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#544713 (or 0x544713) is known color: Bronze Olive. HEX triplet: 54, 47 and 13. RGB value is (84,71,19). Sum of RGB (Red+Green+Blue) = 84+71+19=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 84 - color contains mainly: red. Hex color #544713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544713 is #ABB8EC. Grayscale: #454545. Windows color (decimal): -11253997 or 1263444. OLE color: 1263444.

HSL color Cylindrical-coordinate representation of color #544713: hue angle of 48º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #544713 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 71 19 -
CMYK 0 0.15 0.77 0.67
HSL 48º 0.63% 0.2% -
HSV(B) 48º 0.77% 0.33% -
XYZ 6.03 6.44 1.54 -
YUV 68.96 99.81 138.73 -
System Red Green Blue C M Y K H S L
Decimal 84 71 19 0 0.15 0.77 0.67 48 0.63 0.2
Hex 54 47 13 0 F 4D 43 30 3F 14
Octal 124 107 23 0 17 115 103 60 77 24
Binary 1010100 1000111 10011 0 1111 1001101 1000011 110000 111111 10100

Color Harmonies of #544713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544713

Black with #544713

Text Example


Text Example

White with #544713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544713; }

 p { color: rgb(84,71,19); }

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

background-color css

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

 a { background-color: rgb(84,71,19); }

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

border-color css

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

 span { border-color: rgb(84,71,19); }

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