Html Css Color HEX #544720 Bronze Olive

📋 copy color: '#544720'

red 84 ◦ green 71 ◦ blue 32

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

Shades of Bronze Olive #544720

Tints of Bronze Olive #544720

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.97%

 BLUE value IS 32 (12.89% from 255) = 17.11%

R = 44.92%
G = 37.97%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#544720 (or 0x544720) is known color: Bronze Olive. HEX triplet: 54, 47 and 20. RGB value is (84,71,32). Sum of RGB (Red+Green+Blue) = 84+71+32=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #544720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544720 is #ABB8DF. Grayscale: #464646. Windows color (decimal): -11253984 or 2115412. OLE color: 2115412.

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

Color convert

RGB 84 71 32 -
CMYK 0 0.15 0.62 0.67
HSL 45º 0.45% 0.23% -
HSV(B) 45º 0.62% 0.33% -
XYZ 6.17 6.5 2.3 -
YUV 70.44 106.31 137.67 -
System Red Green Blue C M Y K H S L
Decimal 84 71 32 0 0.15 0.62 0.67 45 0.45 0.23
Hex 54 47 20 0 F 3E 43 2D 2D 17
Octal 124 107 40 0 17 76 103 55 55 27
Binary 1010100 1000111 100000 0 1111 111110 1000011 101101 101101 10111

Color Harmonies of #544720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544720

Black with #544720

Text Example


Text Example

White with #544720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544720; }

 p { color: rgb(84,71,32); }

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

background-color css

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

 a { background-color: rgb(84,71,32); }

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

border-color css

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

 span { border-color: rgb(84,71,32); }

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