Html Css Color HEX #544424 Bronze Olive

📋 copy color: '#544424'

red 84 ◦ green 68 ◦ blue 36

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

Shades of Bronze Olive #544424

Tints of Bronze Olive #544424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 19.15%

R = 44.68%
G = 36.17%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#544424 (or 0x544424) is known color: Bronze Olive. HEX triplet: 54, 44 and 24. RGB value is (84,68,36). Sum of RGB (Red+Green+Blue) = 84+68+36=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 84 - color contains mainly: red. Hex color #544424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544424 is #ABBBDB. Grayscale: #454545. Windows color (decimal): -11254748 or 2376788. OLE color: 2376788.

HSL color Cylindrical-coordinate representation of color #544424: hue angle of 40º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #544424 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 68 36 -
CMYK 0 0.19 0.57 0.67
HSL 40º 0.4% 0.24% -
HSV(B) 40º 0.57% 0.33% -
XYZ 6.04 6.15 2.54 -
YUV 69.14 109.3 138.6 -
System Red Green Blue C M Y K H S L
Decimal 84 68 36 0 0.19 0.57 0.67 40 0.4 0.24
Hex 54 44 24 0 13 39 43 28 28 18
Octal 124 104 44 0 23 71 103 50 50 30
Binary 1010100 1000100 100100 0 10011 111001 1000011 101000 101000 11000

Color Harmonies of #544424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544424

Black with #544424

Text Example


Text Example

White with #544424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544424; }

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

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

background-color css

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

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

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

border-color css

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

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

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