Html Css Color HEX #544516 Bronze Olive

📋 copy color: '#544516'

red 84 ◦ green 69 ◦ blue 22

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

Shades of Bronze Olive #544516

Tints of Bronze Olive #544516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.43%

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

R = 48%
G = 39.43%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#544516 (or 0x544516) is known color: Bronze Olive. HEX triplet: 54, 45 and 16. RGB value is (84,69,22). Sum of RGB (Red+Green+Blue) = 84+69+22=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #544516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544516 is #ABBAE9. Grayscale: #444444. Windows color (decimal): -11254506 or 1459540. OLE color: 1459540.

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

Color convert

RGB 84 69 22 -
CMYK 0 0.18 0.74 0.67
HSL 45.48º 0.58% 0.21% -
HSV(B) 45.48º 0.74% 0.33% -
XYZ 5.93 6.2 1.64 -
YUV 68.13 101.97 139.32 -
System Red Green Blue C M Y K H S L
Decimal 84 69 22 0 0.18 0.74 0.67 45.48 0.58 0.21
Hex 54 45 16 0 12 4A 43 2D 3A 15
Octal 124 105 26 0 22 112 103 55 72 25
Binary 1010100 1000101 10110 0 10010 1001010 1000011 101101 111010 10101

Color Harmonies of #544516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544516

Black with #544516

Text Example


Text Example

White with #544516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544516; }

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

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

background-color css

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

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

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

border-color css

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

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

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