Html Css Color HEX #544416 Bronze Olive

📋 copy color: '#544416'

red 84 ◦ green 68 ◦ blue 22

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

Shades of Bronze Olive #544416

Tints of Bronze Olive #544416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.08%

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

R = 48.28%
G = 39.08%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#544416 (or 0x544416) is known color: Bronze Olive. HEX triplet: 54, 44 and 16. RGB value is (84,68,22). Sum of RGB (Red+Green+Blue) = 84+68+22=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 84 - color contains mainly: red. Hex color #544416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544416 is #ABBBE9. Grayscale: #434343. Windows color (decimal): -11254762 or 1459284. OLE color: 1459284.

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

Color convert

RGB 84 68 22 -
CMYK 0 0.19 0.74 0.67
HSL 44.52º 0.58% 0.21% -
HSV(B) 44.52º 0.74% 0.33% -
XYZ 5.87 6.08 1.62 -
YUV 67.54 102.3 139.74 -
System Red Green Blue C M Y K H S L
Decimal 84 68 22 0 0.19 0.74 0.67 44.52 0.58 0.21
Hex 54 44 16 0 13 4A 43 2D 3A 15
Octal 124 104 26 0 23 112 103 55 72 25
Binary 1010100 1000100 10110 0 10011 1001010 1000011 101101 111010 10101

Color Harmonies of #544416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544416

Black with #544416

Text Example


Text Example

White with #544416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544416; }

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

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

background-color css

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

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

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

border-color css

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

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

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