Html Css Color HEX #544C11 Bronze Olive

📋 copy color: '#544C11'

red 84 ◦ green 76 ◦ blue 17

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

Shades of Bronze Olive #544C11

Tints of Bronze Olive #544C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.6%

R = 47.46%
G = 42.94%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#544C11 (or 0x544C11) is known color: Bronze Olive. HEX triplet: 54, 4C and 11. RGB value is (84,76,17). Sum of RGB (Red+Green+Blue) = 84+76+17=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #544C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544C11 is #ABB3EE. Grayscale: #474747. Windows color (decimal): -11252719 or 1133652. OLE color: 1133652.

HSL color Cylindrical-coordinate representation of color #544C11: hue angle of 52.84º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #544C11 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 76 17 -
CMYK 0 0.10 0.80 0.67
HSL 52.84º 0.66% 0.2% -
HSV(B) 52.84º 0.8% 0.33% -
XYZ 6.34 7.09 1.57 -
YUV 71.67 97.15 136.8 -
System Red Green Blue C M Y K H S L
Decimal 84 76 17 0 0.10 0.80 0.67 52.84 0.66 0.2
Hex 54 4C 11 0 A 50 43 35 42 14
Octal 124 114 21 0 12 120 103 65 102 24
Binary 1010100 1001100 10001 0 1010 1010000 1000011 110101 1000010 10100

Color Harmonies of #544C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544C11

Black with #544C11

Text Example


Text Example

White with #544C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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