Html Css Color HEX #544C16 Bronze Olive

📋 copy color: '#544C16'

red 84 ◦ green 76 ◦ blue 22

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

Shades of Bronze Olive #544C16

Tints of Bronze Olive #544C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.09%

R = 46.15%
G = 41.76%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#544C16 (or 0x544C16) is known color: Bronze Olive. HEX triplet: 54, 4C and 16. RGB value is (84,76,22). Sum of RGB (Red+Green+Blue) = 84+76+22=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #544C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544C16 is #ABB3E9. Grayscale: #484848. Windows color (decimal): -11252714 or 1461332. OLE color: 1461332.

HSL color Cylindrical-coordinate representation of color #544C16: hue angle of 52.26º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #544C16 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 76 22 -
CMYK 0 0.10 0.74 0.67
HSL 52.26º 0.58% 0.21% -
HSV(B) 52.26º 0.74% 0.33% -
XYZ 6.39 7.11 1.8 -
YUV 72.24 99.65 136.39 -
System Red Green Blue C M Y K H S L
Decimal 84 76 22 0 0.10 0.74 0.67 52.26 0.58 0.21
Hex 54 4C 16 0 A 4A 43 34 3A 15
Octal 124 114 26 0 12 112 103 64 72 25
Binary 1010100 1001100 10110 0 1010 1001010 1000011 110100 111010 10101

Color Harmonies of #544C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544C16

Black with #544C16

Text Example


Text Example

White with #544C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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