Html Css Color HEX #544321 Bronze Olive

📋 copy color: '#544321'

red 84 ◦ green 67 ◦ blue 33

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

Shades of Bronze Olive #544321

Tints of Bronze Olive #544321

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.41%

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

R = 45.65%
G = 36.41%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#544321 (or 0x544321) is known color: Bronze Olive. HEX triplet: 54, 43 and 21. RGB value is (84,67,33). Sum of RGB (Red+Green+Blue) = 84+67+33=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #544321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544321 is #ABBCDE. Grayscale: #444444. Windows color (decimal): -11255007 or 2179924. OLE color: 2179924.

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

Color convert

RGB 84 67 33 -
CMYK 0 0.20 0.61 0.67
HSL 40º 0.44% 0.23% -
HSV(B) 40º 0.61% 0.33% -
XYZ 5.94 6.01 2.29 -
YUV 68.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 84 67 33 0 0.20 0.61 0.67 40 0.44 0.23
Hex 54 43 21 0 14 3D 43 28 2C 17
Octal 124 103 41 0 24 75 103 50 54 27
Binary 1010100 1000011 100001 0 10100 111101 1000011 101000 101100 10111

Color Harmonies of #544321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544321

Black with #544321

Text Example


Text Example

White with #544321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544321; }

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

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

background-color css

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

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

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

border-color css

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

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

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