Html Css Color HEX #544521 Bronze Olive

📋 copy color: '#544521'

red 84 ◦ green 69 ◦ blue 33

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

Shades of Bronze Olive #544521

Tints of Bronze Olive #544521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.74%

R = 45.16%
G = 37.1%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#544521 (or 0x544521) is known color: Bronze Olive. HEX triplet: 54, 45 and 21. RGB value is (84,69,33). Sum of RGB (Red+Green+Blue) = 84+69+33=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #544521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544521 is #ABBADE. Grayscale: #454545. Windows color (decimal): -11254495 or 2180436. OLE color: 2180436.

HSL color Cylindrical-coordinate representation of color #544521: hue angle of 42.35º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #544521 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 69 33 -
CMYK 0 0.18 0.61 0.67
HSL 42.35º 0.44% 0.23% -
HSV(B) 42.35º 0.61% 0.33% -
XYZ 6.06 6.25 2.33 -
YUV 69.38 107.47 138.43 -
System Red Green Blue C M Y K H S L
Decimal 84 69 33 0 0.18 0.61 0.67 42.35 0.44 0.23
Hex 54 45 21 0 12 3D 43 2A 2C 17
Octal 124 105 41 0 22 75 103 52 54 27
Binary 1010100 1000101 100001 0 10010 111101 1000011 101010 101100 10111

Color Harmonies of #544521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544521

Black with #544521

Text Example


Text Example

White with #544521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544521; }

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

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

background-color css

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

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

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

border-color css

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

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

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