Html Css Color HEX #544C13 Bronze Olive

📋 copy color: '#544C13'

red 84 ◦ green 76 ◦ blue 19

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

Shades of Bronze Olive #544C13

Tints of Bronze Olive #544C13

RGB

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

 GREEN value IS 76 (30.08% from 255) = 42.46%

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

R = 46.93%
G = 42.46%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#544C13 (or 0x544C13) is known color: Bronze Olive. HEX triplet: 54, 4C and 13. RGB value is (84,76,19). Sum of RGB (Red+Green+Blue) = 84+76+19=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #544C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544C13 is #ABB3EC. Grayscale: #484848. Windows color (decimal): -11252717 or 1264724. OLE color: 1264724.

HSL color Cylindrical-coordinate representation of color #544C13: hue angle of 52.62º 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 #544C13 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 76 19 -
CMYK 0 0.10 0.77 0.67
HSL 52.62º 0.63% 0.2% -
HSV(B) 52.62º 0.77% 0.33% -
XYZ 6.36 7.1 1.65 -
YUV 71.89 98.15 136.63 -
System Red Green Blue C M Y K H S L
Decimal 84 76 19 0 0.10 0.77 0.67 52.62 0.63 0.2
Hex 54 4C 13 0 A 4D 43 35 3F 14
Octal 124 114 23 0 12 115 103 65 77 24
Binary 1010100 1001100 10011 0 1010 1001101 1000011 110101 111111 10100

Color Harmonies of #544C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544C13

Black with #544C13

Text Example


Text Example

White with #544C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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