Html Css Color HEX #544616 Bronze Olive

📋 copy color: '#544616'

red 84 ◦ green 70 ◦ blue 22

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

Shades of Bronze Olive #544616

Tints of Bronze Olive #544616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.77%

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

R = 47.73%
G = 39.77%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#544616 (or 0x544616) is known color: Bronze Olive. HEX triplet: 54, 46 and 16. RGB value is (84,70,22). Sum of RGB (Red+Green+Blue) = 84+70+22=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #544616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544616 is #ABB9E9. Grayscale: #444444. Windows color (decimal): -11254250 or 1459796. OLE color: 1459796.

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

Color convert

RGB 84 70 22 -
CMYK 0 0.17 0.74 0.67
HSL 46.45º 0.58% 0.21% -
HSV(B) 46.45º 0.74% 0.33% -
XYZ 5.99 6.32 1.66 -
YUV 68.71 101.64 138.9 -
System Red Green Blue C M Y K H S L
Decimal 84 70 22 0 0.17 0.74 0.67 46.45 0.58 0.21
Hex 54 46 16 0 11 4A 43 2E 3A 15
Octal 124 106 26 0 21 112 103 56 72 25
Binary 1010100 1000110 10110 0 10001 1001010 1000011 101110 111010 10101

Color Harmonies of #544616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544616

Black with #544616

Text Example


Text Example

White with #544616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544616; }

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

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

background-color css

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

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

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

border-color css

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

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

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